SOURCES: apache-libtool.patch - hint libtool invoked from apxs for...

glen glen at pld-linux.org
Thu Dec 22 01:15:48 CET 2005


Author: glen                         Date: Thu Dec 22 00:15:48 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hint libtool invoked from apxs for tag

---- Files affected:
SOURCES:
   apache-libtool.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/apache-libtool.patch
diff -u SOURCES/apache-libtool.patch:1.1 SOURCES/apache-libtool.patch:1.2
--- SOURCES/apache-libtool.patch:1.1	Mon Dec 12 01:18:56 2005
+++ SOURCES/apache-libtool.patch	Thu Dec 22 01:15:43 2005
@@ -25,3 +25,23 @@
  
  # Cross compile commands
  
+--- httpd-2.2.0/support/apxs.in~	2005-12-21 16:08:29.000000000 +0200
++++ httpd-2.2.0/support/apxs.in	2005-12-22 02:13:02.000000000 +0200
+@@ -408,7 +408,7 @@
+         $la =~ s|\.c$|.la|;
+         my $o = $s;
+         $o =~ s|\.c$|.o|;
+-        push(@cmds, "$libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo");
++        push(@cmds, "$libtool $ltflags --mode=compile --tag=CC $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo");
+         unshift(@objs, $lo);
+     }
+ 
+@@ -445,7 +445,7 @@
+         $opt .= " -rpath $CFG_LIBEXECDIR -module -avoid-version $apr_ldflags";
+     }
+ 
+-    push(@cmds, "$libtool $ltflags --mode=link $CFG_CC -o $dso_file $opt $lo");
++    push(@cmds, "$libtool $ltflags --mode=link --tag=CC $CFG_CC -o $dso_file $opt $lo");
+ 
+     #   execute the commands
+     &execute_cmds(@cmds);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-libtool.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list