diff options
author | Eloy Paris <peloy@samba.org> | 2003-07-04 01:51:06 +0000 |
---|---|---|
committer | Eloy Paris <peloy@samba.org> | 2003-07-04 01:51:06 +0000 |
commit | 4c86000ab779444b27fff6c3b73952c79f4cc719 (patch) | |
tree | bfd66e0cbd4d7013021ff454ebb773edf23e5609 /packaging/Debian | |
parent | ce72beb2b558d86fb49063c6b1fa00e07952ce56 (diff) | |
download | samba-4c86000ab779444b27fff6c3b73952c79f4cc719.tar.gz samba-4c86000ab779444b27fff6c3b73952c79f4cc719.tar.bz2 samba-4c86000ab779444b27fff6c3b73952c79f4cc719.zip |
Debian updates.
(This used to be commit c14fca49e99395c064b0365e902dd97119974bb6)
Diffstat (limited to 'packaging/Debian')
-rw-r--r-- | packaging/Debian/debian/patches/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/Debian/debian/patches/configure.patch b/packaging/Debian/debian/patches/configure.patch index 0cf1434b29..6376ceefb1 100644 --- a/packaging/Debian/debian/patches/configure.patch +++ b/packaging/Debian/debian/patches/configure.patch @@ -30,3 +30,14 @@ diff -uNr samba-3.0alpha21.orig/source/configure.in samba-3.0alpha21/source/conf CPPFLAGS="$old_CPPFLAGS" if test x$LINUX_LFS_SUPPORT = xyes ; then CPPFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE $CPPFLAGS" +--- samba-3.0.0beta2.orig/source/configure.in 2003-07-01 16:44:25.000000000 -0400 ++++ samba-3.0.0beta2/source/configure.in 2003-07-03 13:58:38.000000000 -0400 +@@ -2118,6 +2118,8 @@ + + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ CFLAGS="" ++ LIBS="" + + ################################################# + # check for krb5-config from recent MIT and Heimdal kerberos 5 |