]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-libtool.patch
- unify msg_not_running usage
[packages/apache.git] / 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.024932 seconds and 4 git commands to generate.