summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <vorlon@alioth.debian.org>2009-09-08 02:40:06 +0000
committervorlon <vorlon@alioth.debian.org>2009-09-08 02:40:06 +0000
commitee2ac6c41f282398c1ceee1d30cc047bb441ebc3 (patch)
treef5e04e32fcd5a5de9474f9c438af30579bb7e3c7
parent2d56a2d284448cf89d9ee0ef00df2a5db6e390fe (diff)
downloadsamba-ee2ac6c41f282398c1ceee1d30cc047bb441ebc3.tar.gz
and set the variable in the right spot
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@3019 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--debian/patches/external-talloc-support.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/debian/patches/external-talloc-support.patch b/debian/patches/external-talloc-support.patch
index 00fb5a28ee..1206f809e5 100644
--- a/debian/patches/external-talloc-support.patch
+++ b/debian/patches/external-talloc-support.patch
@@ -27,15 +27,16 @@ Index: samba-deb.clean/source3/configure.in
===================================================================
--- 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)