]> git.pld-linux.org Git - packages/apache.git/commitdiff
- hint libtool invoked from apxs for tag
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 22 Dec 2005 00:15:43 +0000 (00:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-libtool.patch -> 1.2

apache-libtool.patch

index 3492c9b2a0718c92bdbd0b35ff1898caaefd1e62..5467eddfe0e24e4dc83d12502804447e589a21dd 100644 (file)
  
  # 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);
This page took 0.068052 seconds and 4 git commands to generate.