]> git.pld-linux.org Git - packages/apache-mod_jk.git/blob - apache-mod_jk-libtool.patch
- libtool --tag=CC still needed for parallel make
[packages/apache-mod_jk.git] / apache-mod_jk-libtool.patch
1 --- tomcat-connectors-1.2.28-src/native/common/Makefile.in~     2007-09-02 22:32:11.000000000 +0300
2 +++ tomcat-connectors-1.2.28-src/native/common/Makefile.in      2009-04-21 17:24:08.934875294 +0300
3 @@ -25,7 +25,7 @@
4  
5  top_builddir = ..
6  
7 -LIBTOOL = @LIBTOOL@
8 +LIBTOOL = @LIBTOOL@ --tag=CC
9  CC = @CC@
10  
11  OEXT=.lo
This page took 0.101806 seconds and 3 git commands to generate.