]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow to specify module specific custom linker flags
authorRainer Jung <rjung@apache.org>
Tue, 5 Jul 2011 09:24:23 +0000 (09:24 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 5 Jul 2011 09:24:23 +0000 (09:24 +0000)
commita68daf2a8258b2b5139a9c2d22b509c870441975
tree7641d049340953bba94eb09c5aabe731dd14e7cc
parentc1197d4d83a038ecdbfbcb4f44cf422c8ba8cf02
Allow to specify module specific custom linker flags
via the MOD_XXX_LDADD variables.

Use APR_ADDTO instead of APR_SETVAR or direct
variable assignment.

This is especially useful when building mod_lua
or mod_deflate against a lua resp. libz which
are installed in non-standard locations.
One can add "-R ..." to MOD_LUA_LDADD and
MOD_DEFLATE_LDADD before configure to fix
the RPATH/RUNPATH of those modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142938 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/aaa/config.m4
modules/filters/config.m4
modules/ldap/config.m4
modules/lua/config.m4
modules/proxy/config.m4
modules/ssl/config.m4
server/mpm/event/config3.m4