summaryrefslogtreecommitdiff
path: root/net/samba33/files/patch-script__tests__dlopen.sh
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2009-03-14 23:22:54 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2009-03-14 23:22:54 +0000
commit70d62dcdc619d0806a10e925c869fe297f61f7b2 (patch)
tree8d2013d905b983d690398f1728cbb3ca7062b234 /net/samba33/files/patch-script__tests__dlopen.sh
parent- Update to 0.15.1 (diff)
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).
Notes
Notes: svn path=/head/; revision=230105
Diffstat (limited to 'net/samba33/files/patch-script__tests__dlopen.sh')
-rw-r--r--net/samba33/files/patch-script__tests__dlopen.sh11
1 files changed, 11 insertions, 0 deletions
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