git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix make test_pam_modules
[ira/wip.git]
/
source3
/
script
/
tests
/
dlopen.sh
diff --git
a/source3/script/tests/dlopen.sh
b/source3/script/tests/dlopen.sh
index edf44719d3b4e3c7fb3ca33c2ae314302139817f..6412bc5fcd42968e7509d8938ce2be0470a74654 100755
(executable)
--- a/
source3/script/tests/dlopen.sh
+++ b/
source3/script/tests/dlopen.sh
@@
-67,7
+67,7
@@
for arg in $@ ; do
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