]> git.pld-linux.org Git - packages/apache-mod_jk.git/blame - apache-mod_jk-libtool.patch
- unify apache license
[packages/apache-mod_jk.git] / apache-mod_jk-libtool.patch
CommitLineData
8abe2f05
ER
1--- tomcat-connectors-1.2.22-src/native/scripts/build/rules.mk~ 2005-06-15 14:10:39.000000000 +0300
2+++ tomcat-connectors-1.2.22-src/native/scripts/build/rules.mk 2007-04-17 23:32:01.585849053 +0300
1e052fde
ER
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
8abe2f05
ER
12--- tomcat-connectors-1.2.22-src/native/apache-2.0/Makefile.in~ 2006-10-03 16:15:36.000000000 +0300
13+++ tomcat-connectors-1.2.22-src/native/apache-2.0/Makefile.in 2007-04-17 23:34:12.108794555 +0300
1e052fde
ER
14@@ -42,7 +42,7 @@
15 ( cd ..; ./config.status )
16
17 lib_jk.la: mod_jk.lo ${APACHE_OBJECTS}
18- $(LIBTOOL) --mode=link $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
19+ $(LIBTOOL) --mode=link --tag=CC $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
20
21 install_static:
22 @echo ""
8abe2f05
ER
23@@ -63,7 +63,7 @@
24 # APXS will compile every file, this is derived from apxs
25
26 mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
27- $(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
28+ $(LIBTOOL) --mode=link --tag=CC ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
29
30 mod_jk.so: mod_jk.la
31 ../scripts/build/instdso.sh SH_LIBTOOL='$(LIBTOOL)' mod_jk.la `pwd`
This page took 0.040859 seconds and 4 git commands to generate.