Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2015 00:27:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200161] www/apache24: not compile statis modules from WITH_STATIC_MODULES
Message-ID:  <bug-200161-13-ykZMRl9glX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200161-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200161-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200161

--- Comment #2 from Vyacheslav <freebsd@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200161-13-ykZMRl9glX>