SOURCES: samba-ac.patch (NEW) - ugly hack to allow building with autoconf 2.62

hawk hawk at pld-linux.org
Fri May 30 11:22:43 CEST 2008


Author: hawk                         Date: Fri May 30 09:22:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ugly hack to allow building with autoconf 2.62

---- Files affected:
SOURCES:
   samba-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/samba-ac.patch
diff -u /dev/null SOURCES/samba-ac.patch:1.1
--- /dev/null	Fri May 30 11:22:43 2008
+++ SOURCES/samba-ac.patch	Fri May 30 11:22:37 2008
@@ -0,0 +1,22 @@
+--- samba-3.0.30/source/lib/replace/configure.ac	2008-05-30 10:39:00.000000000 +0200
++++ samba-3.0.30/source/lib/replace/configure.ac	2008-05-30 10:39:12.000000000 +0200
+@@ -3,7 +3,7 @@
+ AC_CONFIG_SRCDIR([replace.c])
+ AC_CONFIG_HEADER(config.h)
+ 
+-AC_LIBREPLACE_ALL_CHECKS
++dnl AC_LIBREPLACE_ALL_CHECKS
+ 
+ if test "$ac_cv_prog_gcc" = yes; then
+    CFLAGS="$CFLAGS -Wall"
+--- samba-3.0.30/source/configure.in	2008-05-28 14:41:11.000000000 +0200
++++ samba-3.0.30/source/configure.in	2008-05-30 10:42:50.000000000 +0200
+@@ -338,7 +338,7 @@
+ 
+ CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3"
+ 
+-AC_LIBREPLACE_CC_CHECKS
++dnl AC_LIBREPLACE_CC_CHECKS
+ 
+ m4_include(lib/socket_wrapper/config.m4)
+ 
================================================================


More information about the pld-cvs-commit mailing list