]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- outdated
authorareq <areq@pld-linux.org>
Sat, 6 Dec 2008 15:13:58 +0000 (15:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk-libtool.patch -> 1.3

apache-mod_jk-libtool.patch [deleted file]

diff --git a/apache-mod_jk-libtool.patch b/apache-mod_jk-libtool.patch
deleted file mode 100644 (file)
index 436cd76..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- tomcat-connectors-1.2.22-src/native/scripts/build/rules.mk~        2005-06-15 14:10:39.000000000 +0300
-+++ tomcat-connectors-1.2.22-src/native/scripts/build/rules.mk 2007-04-17 23:32:01.585849053 +0300
-@@ -4,7 +4,7 @@
- # Compile commands
- #VPATH=.:../common
- COMPILE      = $(CC) $(CFLAGS)
--LT_COMPILE   = $(LIBTOOL) --mode=compile $(COMPILE) -c $< -o $@
-+LT_COMPILE   = $(LIBTOOL) --mode=compile --tag=CC $(COMPILE) -c $< -o $@
- # Implicit rules for creating outputs from input files
---- tomcat-connectors-1.2.22-src/native/apache-2.0/Makefile.in~        2006-10-03 16:15:36.000000000 +0300
-+++ tomcat-connectors-1.2.22-src/native/apache-2.0/Makefile.in 2007-04-17 23:34:12.108794555 +0300
-@@ -42,7 +42,7 @@
-       ( cd ..; ./config.status )
- lib_jk.la: mod_jk.lo ${APACHE_OBJECTS}
--      $(LIBTOOL) --mode=link $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
-+      $(LIBTOOL) --mode=link --tag=CC $(CC) -o lib_jk.la -static -rpath ${libexecdir}/jk mod_jk.lo $(APACHE_OBJECTS)
- install_static:
-       @echo ""
-@@ -63,7 +63,7 @@
- # APXS will compile every file, this is derived from apxs
- mod_jk.la: mod_jk.lo $(APACHE_OBJECTS)
--      $(LIBTOOL) --mode=link ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
-+      $(LIBTOOL) --mode=link --tag=CC ${COMPILE} `${APXS} -q LDFLAGS` -o $@ -module -rpath ${libexecdir} -avoid-version mod_jk.lo $(APACHE_OBJECTS)
- mod_jk.so: mod_jk.la
-       ../scripts/build/instdso.sh SH_LIBTOOL='$(LIBTOOL)' mod_jk.la `pwd`
This page took 0.079643 seconds and 4 git commands to generate.