Configure - move the addition of the zlib / libz lib to configs
[openssl.git] / Configurations / 99-personal-geoff.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "debug-geoff32" => {
6         cc               => "gcc",
7         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",
8         thread_cflag     => "-D_REENTRANT",
9         ex_libs          => add(" ","-ldl"),
10         bn_ops           => "BN_LLONG",
11         dso_scheme       => "dlfcn",
12         shared_target    => "linux-shared",
13         shared_cflag     => "-fPIC",
14         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
15     },
16     "debug-geoff64" => {
17         cc               => "gcc",
18         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",
19         thread_cflag     => "-D_REENTRANT",
20         ex_libs          => add(" ","-ldl"),
21         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
22         dso_scheme       => "dlfcn",
23         shared_target    => "linux-shared",
24         shared_cflag     => "-fPIC",
25         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
26     },
27 );