summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-levitte.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-levitte.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-levitte.conf')
-rw-r--r--Configurations/99-personal-levitte.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Configurations/99-personal-levitte.conf b/Configurations/99-personal-levitte.conf
index 4bfcbbecea..75a0750aeb 100644
--- a/Configurations/99-personal-levitte.conf
+++ b/Configurations/99-personal-levitte.conf
@@ -12,7 +12,7 @@
cflags => "-DL_ENDIAN -Wall",
debug_cflags => "-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -ggdb -g3",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
@@ -23,7 +23,7 @@
cc => "gcc",
cflags => "-DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "BN_LLONG",
dso_scheme => "dlfcn",
shared_target => "linux-shared",
@@ -35,7 +35,7 @@
cc => "gcc",
cflags => "-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DENGINE_CONF_DEBUG -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "BN_LLONG",
perlasm_scheme => "elf",
dso_scheme => "dlfcn",
@@ -47,7 +47,7 @@
cc => "gcc",
cflags => "-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe",
thread_cflag => "-D_REENTRANT",
- lflags => "-ldl",
+ ex_libs => "-ldl",
bn_ops => "BN_LLONG",
perlasm_scheme => "void",
dso_scheme => "dlfcn",