[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#301417: libapr is built without -D_REENTRANT on GNU/kFreeBSD



Hi,

This bug is opened for a long time now. Would it be possible to merge
the patch in the Debian package? I have attached a simpler patch, that
can be put directly in debian/patches. It would be nice if it could be
in the next upload.

Thanks for your cooperation,
Aurelien


-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net
--- apache2-2.0.54.orig/debian/patches/043_kbsd-gnu
+++ apache2-2.0.54/debian/patches/043_kbsd-gnu
@@ -0,0 +1,12 @@
+--- build-tree.orig/apache2/srclib/apr/build/apr_hints.m4	2005-08-01 21:43:33.923988884 +0200
++++ build-tree/apache2/srclib/apr/build/apr_hints.m4	2005-08-01 21:44:16.534822122 +0200
+@@ -101,6 +101,9 @@
+     *-hp-hpux*)
+ 	APR_ADDTO(CPPFLAGS, [-DHPUX -D_REENTRANT])
+ 	;;
++    *-k*bsd*-gnu)
++    	APR_ADDTO(CPPFLAGS, [-D_REENTRANT])
++    	;;
+     *-linux-*)
+         case `uname -r` in
+ 	    2.* )  APR_ADDTO(CPPFLAGS, [-DLINUX=2])

Reply to: