summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-geoff.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-29 19:28:05 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-29 19:28:05 +0100
commit04b08fbc3d0db3f7c540df4f5f00d30fae27ef90 (patch)
tree1e56eb22921571b238f41af802829e207e75917d /Configurations/99-personal-geoff.conf
parent1740c16265a1630d12af1412d49c24ef25626590 (diff)
Complete the lflags -> lflags/ex_libs transition
Some last lflags to convert to ex_libs or a combo of lflags and ex_libs Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/99-personal-geoff.conf')
-rw-r--r--Configurations/99-personal-geoff.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/99-personal-geoff.conf b/Configurations/99-personal-geoff.conf
index 133a366309..bd3f54526b 100644
--- a/Configurations/99-personal-geoff.conf
+++ b/Configurations/99-personal-geoff.conf
@@ -10,7 +10,7 @@
cc => "gcc",
cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
@@ -21,7 +21,7 @@
cc => "gcc",
cflags => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
dso_scheme => "dlfcn",
shared_target => "linux-shared",