From 70d62dcdc619d0806a10e925c869fe297f61f7b2 Mon Sep 17 00:00:00 2001 From: "Timur I. Bakeyev" Date: Sat, 14 Mar 2009 23:22:54 +0000 Subject: New 3.3.2 version of Samba33 port. Major enhancements in Samba 3.3.2 include: * Fix "force group" (bug #6155). * Fix saving of files on Samba share using MS Office 2007 (bug #6160). * Fix guest authentication in setups with "security = share" and "guest ok = yes" when Winbind is running. * Fix corruptions of source path in tar mode of smbclient (bug #6161). --- net/samba33/files/patch-script__tests__dlopen.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/samba33/files/patch-script__tests__dlopen.sh (limited to 'net/samba33/files/patch-script__tests__dlopen.sh') diff --git a/net/samba33/files/patch-script__tests__dlopen.sh b/net/samba33/files/patch-script__tests__dlopen.sh new file mode 100644 index 000000000000..786b914f89ad --- /dev/null +++ b/net/samba33/files/patch-script__tests__dlopen.sh @@ -0,0 +1,11 @@ +--- ./script/tests/dlopen.sh.orig 2009-03-12 09:47:20.000000000 +0000 ++++ ./script/tests/dlopen.sh 2009-03-14 05:49:10.000000000 +0000 +@@ -67,7 +67,7 @@ + esac + done + +-${CC:-gcc} $RPM_OPT_FLAGS $CFLAGS -o $tempdir/dlopen $cflags $tempdir/dlopen.c $ldflags -ldl ++${CC:-gcc} $RPM_OPT_FLAGS $CFLAGS -o $tempdir/dlopen $cflags $tempdir/dlopen.c $ldflags + + retval=0 + for module in $modules ; do -- cgit v1.2.3