mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Use -export-dynamic only when linking an httpd which includes mod_so,
not when linking modules or support programs. * modules/aaa/config.m4, modules/arch/win32/config.m4, modules/cache/config.m4, modules/echo/config.m4, modules/filters/config.m4, modules/generators/config5.m4, modules/metadata/config.m4: Don't add -export-dynamic to LT_LDFLAGS. * modules/mappers/config9.m4: Add -export-dynamic to HTTPD_LDFLAGS when mod_so is enabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -6,6 +6,4 @@ APACHE_MODPATH_INIT(echo)
|
||||
|
||||
APACHE_MODULE(echo, ECHO server, , , no)
|
||||
|
||||
APR_ADDTO(LT_LDFLAGS,-export-dynamic)
|
||||
|
||||
APACHE_MODPATH_FINISH
|
||||
|
Reference in New Issue
Block a user