]> git.pld-linux.org Git - packages/apache-mod_jk.git/blame - apache-mod_jk-libtool.patch
- add apxs patch (to pass -S DESTDIR when installing)
[packages/apache-mod_jk.git] / apache-mod_jk-libtool.patch
CommitLineData
1e052fde
ER
1--- jakarta-tomcat-connectors-1.2.14.1-src/jk/native/scripts/build/rules.mk~ 2005-06-15 14:10:39.000000000 +0300
2+++ jakarta-tomcat-connectors-1.2.14.1-src/jk/native/scripts/build/rules.mk 2005-12-26 21:47:33.000000000 +0200
3@@ -4,7 +4,7 @@
4 # Compile commands
5 #VPATH=.:../common
6 COMPILE = $(CC) $(CFLAGS)
7-LT_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) -c $< -o $@
8+LT_COMPILE = $(LIBTOOL) --mode=compile --tag=CC $(COMPILE) -c $< -o $@
9
10 # Implicit rules for creating outputs from input files
11
12--- jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/Makefile.in~ 2005-12-27 01:53:31.000000000 +0200
13+++ jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/Makefile.in 2005-12-27 01:54:41.000000000 +0200
14@@ -63,7 +63,7 @@
15 # APXS will compile every file, this is derived from apxs
16
17 mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
18- $(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
19+ $(LIBTOOL) --mode=link --tag=CC ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
20
21 mod_jk.so: mod_jk.la
22 $(LIBTOOL) --mode=install cp $< `pwd`/$@
23--- jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/Makefile.in~ 2005-03-29 17:35:48.000000000 +0300
24+++ jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/Makefile.in 2005-12-27 01:53:31.000000000 +0200
25@@ -42,7 +42,7 @@
26 ( cd ..; ./config.status )
27
28 lib_jk.la: mod_jk.lo ${APACHE_OBJECTS}
29- $(LIBTOOL) --mode=link $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
30+ $(LIBTOOL) --mode=link --tag=CC $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
31
32 install_static:
33 @echo ""
This page took 0.084642 seconds and 4 git commands to generate.