https://bz.apache.org/bugzilla/show_bug.cgi?id=66005

--- Comment #31 from Rainer Jung <rainer.j...@kippdata.de> ---
I checked the libtool code. It provides the option -export-symbols-regexp,
which was suggested and which I know committed, and it also provides
-export-symbols with a file name containing the symbols. The implementation in
libtool is very similar. It first generates a full symbol list, then filters
the list (using egrep -e, or egrep) then then calls the linker with the result.
So the portability of both ways is pretty much the same and expected to be good
when using libtool. In our case having a separate symbol file doesn't seem to
be necessary, because the contract between the module and the httpd web server
is just this one stable symbol name.

Committed in GH eda74b19e4800e3ed8bb3351d8995d1b3eb44a4d.

Will be part of 1.2.49.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to