]> granicus.if.org Git - php/commit
Remove -DPIC preprocessor macros. This is defined by libtool
authorSascha Schumann <sas@php.net>
Sun, 10 Oct 1999 12:41:56 +0000 (12:41 +0000)
committerSascha Schumann <sas@php.net>
Sun, 10 Oct 1999 12:41:56 +0000 (12:41 +0000)
commit00bcd72637cc8e41ee594ba1c13a9a436e7d3cd9
tree100bbfa194d819b3912c2519caae832e3009091f
parent594f61521b53ecede291ead04bd8cca9ebf99165
Remove -DPIC preprocessor macros. This is defined by libtool
automatically, if a shared library is built. This would lead
to multiple definitions of get_module(). If you want to build
modules, add -DCOMPILE_DL to your CFLAGS.
ext/gd/gd.c
ext/pgsql/pgsql.c
ext/snmp/snmp.c