new configure option: --with-static-modules=QUOTED-MODULE-LIST
authoraland <aland>
Wed, 22 Nov 2000 20:22:14 +0000 (20:22 +0000)
committeraland <aland>
Wed, 22 Nov 2000 20:22:14 +0000 (20:22 +0000)
commit5b706dbb575d5995cc2f6ed8f6b51623d70e4bc2
tree3f3710969e23d17af8918b8d2931effa1dd11ed4
parentf2a5c3940a3dfdda11ea782f3e7f5677452e046c
    new configure option: --with-static-modules=QUOTED-MODULE-LIST

        ./configure --with-static-modules="pam ns_mta_md5 sql"

        builds all shared libraries, BUT pam, ns_mta_md5, and sql are
        statically linked to the server.

If we have --disable-shared, then all of the successfully built
modules are linked to the server at build time, through an in-line
shell script in src/main/Makefile
Make.inc.in
configure.in
src/main/Makefile