tags 487541 + patch
thanks

Hi,

Attached is the diff for my eggdrop 1.6.19-1.1 NMU.

Marc
diff -u eggdrop-1.6.19/debian/changelog eggdrop-1.6.19/debian/changelog
--- eggdrop-1.6.19/debian/changelog
+++ eggdrop-1.6.19/debian/changelog
@@ -1,3 +1,11 @@
+eggdrop (1.6.19-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use patch from Julian Mehnle <[EMAIL PROTECTED]> to enforce building
+    egggrop with Tcl thread support. Thanks for the patch. (Closes: #487541)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sat, 06 Sep 2008 21:19:08 +0200
+
 eggdrop (1.6.19-1) unstable; urgency=low
 
   * New upstream release.
diff -u eggdrop-1.6.19/debian/rules eggdrop-1.6.19/debian/rules
--- eggdrop-1.6.19/debian/rules
+++ eggdrop-1.6.19/debian/rules
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-tcl-threads
 DEB_CONFIGURE_SCRIPT_ENV :=
 DEB_INSTALL_MANPAGES_eggdrop-data := doc/man1/eggdrop.1
 DEB_MAKE_INSTALL_TARGET := install prefix=$(DEB_DESTDIR)/usr
only in patch2:
unchanged:
--- eggdrop-1.6.19.orig/configure
+++ eggdrop-1.6.19/configure
@@ -10034,7 +10034,6 @@
 fi
 
 
-  if test "$egg_cv_var_tcl_threaded" = "yes"; then
     if test "$enable_tcl_threads" = "no"; then
 
       cat << 'EOF' >&2
@@ -10056,7 +10055,6 @@
     if test ! "${ac_cv_lib_pthread-x}" = "x"; then
       LIBS="$ac_cv_lib_pthread $LIBS"
     fi
-  fi
 
 
   if test "$EGG_CYGWIN" = "yes"; then

Reply via email to