aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2004-06-28 10:31:07 +0000
committerRichard Levitte <levitte@openssl.org>2004-06-28 10:31:07 +0000
commitddfc2e13a87c337c1026c1114bf23f343a92ff14 (patch)
tree3b69d575d1b0b37b685e93b470551902a6af512d
parentd9608c0a22391779f1d15c9cf8e88a47f5c76e9b (diff)
downloadopenssl-ddfc2e13a87c337c1026c1114bf23f343a92ff14.tar.gz
Linux on ARM needs -ldl
PR: 905
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 8c39c9b7fb..f1197b7682 100755
--- a/Configure
+++ b/Configure
@@ -366,7 +366,7 @@ my %table=(
"qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown):-lsocket:${x86_gcc_des} ${x86_gcc_opts}:",
# Linux on ARM
-"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
# UnixWare 2.0x fails destest with -O
"unixware-2.0","cc:-DFILIO_H::-Kthread:-lsocket -lnsl -lx:${x86_gcc_des} ${x86_gcc_opts}:::",