[Bug 200161] www/apache24: not compile statis modules from WITH_STATIC_MODULES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 13 00:27:27 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200161

--- Comment #2 from Vyacheslav <freebsd at magic.360xl.net> ---
In the Apache24 has changed the default behavior for option --enable-MODULE

http://httpd.apache.org/docs/2.2/programs/configure.html#configurationoptions
--enable-MODULE=shared
The corresponding module will be build as DSO module.
--enable-MODULE=static
By default enabled modules are linked statically. You can force this
explicitly.

http://httpd.apache.org/docs/2.4/programs/configure.html

--enable-MODULE=shared
The corresponding module will be build as DSO module. By default enabled
modules are linked dynamically.
--enable-MODULE=static
The corresponding module will be linked statically.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list