]> git.cworth.org Git - fips/blobdiff - configure
Add the ability to execute a program.
[fips] / configure
index f01633c99ed4d5fb0dfb100fe5302a87618e5783..91797ce86eedce8895de98550ef3139793ec08f6 100755 (executable)
--- a/configure
+++ b/configure
@@ -369,7 +369,7 @@ CC = ${CC}
 CFLAGS = ${CFLAGS}
 
 # Default FLAGS for the linker (can be overridden by user such as "make LDFLAGS=-znow")
-LDFLAGS = ${LDFLAGS}
+LDFLAGS = ${LDFLAGS} -ldl
 
 # Flags to enable warnings when using the C compiler
 WARN_CFLAGS=${WARN_CFLAGS}