[Pkg-samba-maint] r3019 - trunk/samba/debian/patches
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Tue Sep 8 02:40:06 UTC 2009
Author: vorlon
Date: 2009-09-08 02:40:06 +0000 (Tue, 08 Sep 2009)
New Revision: 3019
Modified:
trunk/samba/debian/patches/external-talloc-support.patch
Log:
and set the variable in the right spot
Modified: trunk/samba/debian/patches/external-talloc-support.patch
===================================================================
--- trunk/samba/debian/patches/external-talloc-support.patch 2009-09-08 02:37:00 UTC (rev 3018)
+++ trunk/samba/debian/patches/external-talloc-support.patch 2009-09-08 02:40:06 UTC (rev 3019)
@@ -27,15 +27,16 @@
===================================================================
--- samba-deb.clean.orig/source3/configure.in
+++ samba-deb.clean/source3/configure.in
-@@ -33,6 +33,7 @@
- [ enable_external_libtalloc=yes ],
- [ if x$enable_external_libtalloc = xyes; then
- AC_MSG_ERROR([Unable to find libtalloc])
-+ NO_LIBTALLOC='#'
- else
- enable_external_libtalloc=no
- fi
-@@ -49,6 +50,7 @@
+@@ -42,6 +42,8 @@
+ if test "x$enable_external_libtalloc" = xno
+ then
+ m4_include(../lib/talloc/libtalloc.m4)
++else
++ NO_LIBTALLOC='#'
+ fi
+
+ LIBTALLOC_OBJ0=""
+@@ -49,6 +51,7 @@
LIBTALLOC_OBJ0="${LIBTALLOC_OBJ0} ${tallocdir}/${obj}"
done
AC_SUBST(LIBTALLOC_OBJ0)
More information about the Pkg-samba-maint
mailing list