michael-o opened a new pull request #7: BZ 64260: Clean up install target URL: https://github.com/apache/tomcat-native/pull/7 Remove bin/, include/, lib/pkgconfig/ from install target since they serve no purpose for the outside world and rather might confuse people. libtcnative is solely intended to be loaded dynamically from within the JVM and not be used as a library for other C clients. The archive cannot be easily removed w/o restructuring configure.ac and Makefile.in. The conceptual flaw is to rely on libtool generated for APR, rather than generating a libtool in-place with *_DISABLE_STATIC/*_PROG_LIBTOOL through autoreconf. A proper approach is taken by Subversion's build/ac-macros/apr.mk. Works flawlessly in-tree and out-of-tree build on FreeBSD, will test on HP-UX and RHEL 7.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org