]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Correct use of libtool: libtool convenience libraries which are to be
authorJoe Orton <jorton@apache.org>
Mon, 19 Jan 2004 22:58:41 +0000 (22:58 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 19 Jan 2004 22:58:41 +0000 (22:58 +0000)
commit722d590399e74970370397d69de149921faf4e9b
treef6a46af9161365e0f67f6844da204948621a03a4
parent8787f61c2b912d17dd00e1b0259ef2579012edcf
Correct use of libtool: libtool convenience libraries which are to be
linked directly into a program must be linked using -static and not
-module.  Fixes build issues with libtool HEAD.

* acinclude.m4 (APACHE_MODPATH_ADD): For a static module, use a
filename with a lib prefix.

* build/rules.mk.in (MOD_LINK): Use -static not -module.

* build/special.mk (install-modules): Adjust special-case for
installation of shared modules to look for libso.la not mod_so.la.

* build/library.mk: Link libraries using -static.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102381 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
build/library.mk
build/rules.mk.in
build/special.mk