https://bz.apache.org/bugzilla/show_bug.cgi?id=68117
Bug ID: 68117
Summary: Latest development in native/apache-2.0/Makefile.in
causes linking problem
Product: Tomcat Connectors
Version: 1.2.49
Hardware: All
OS: AIX
Status: NEW
Severity: normal
Priority: P2
Component: mod_jk
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In tomcat-connectors-1.2.49 there is an improvement in file
native/apache-2.0/Makefile.in, which stops linking mod_jk.la. Suggested fix in
line 26:
- JKLDFLAGS=-export-symbols-regexp ^jk_module$
+ JKLDFLAGS=-export-symbols-regex ^jk_module\$$
First, the libtool-only is one character shorter; second the $dollarsign should
be protected against make and shell (duplication for make, backslash for shell)
PS: In Makefile.apxs.in (same directory) the option's name is correct, but the
second part could be applied in line 24:
- JKLDFLAGS=-export-symbols-regex ^jk_module$
+ JKLDFLAGS=-export-symbols-regex ^jk_module\$$
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]