Configure - move the addition of the zlib / libz lib to configs
[openssl.git] / Configurations / 99-personal-bodo.conf
1 ## -*- mode: perl; -*-
2 ## Personal configuration targets
3
4 %targets = (
5     "debug-bodo" => {
6         inherit_from     => [ "x86_64_asm" ],
7         cc               => "gcc",
8         cflags           => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
9         thread_cflag     => "-D_REENTRANT",
10         ex_libs          => add(" ","-ldl"),
11         bn_ops           => "SIXTY_FOUR_BIT_LONG",
12         perlasm_scheme   => "elf",
13         dso_scheme       => "dlfcn",
14         shared_target    => "linux-shared",
15         shared_cflag     => "-fPIC",
16         shared_ldflag    => "-m64",
17         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
18         multilib         => "64",
19     },
20 );