summaryrefslogtreecommitdiff
path: root/source3/script/tests/dlopen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/tests/dlopen.sh')
-rwxr-xr-xsource3/script/tests/dlopen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/dlopen.sh b/source3/script/tests/dlopen.sh
index edf44719d3..6412bc5fcd 100755
--- 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