diff options
Diffstat (limited to 'net/samba33/files/patch-script__test__dlopen.sh')
-rw-r--r-- | net/samba33/files/patch-script__test__dlopen.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba33/files/patch-script__test__dlopen.sh b/net/samba33/files/patch-script__test__dlopen.sh new file mode 100644 index 000000000000..9382015c4a2b --- /dev/null +++ b/net/samba33/files/patch-script__test__dlopen.sh @@ -0,0 +1,11 @@ +--- script/tests/dlopen.sh.orig 2009-03-07 03:03:34.000000000 +0000 ++++ script/tests/dlopen.sh 2009-03-07 03:04:03.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 |