]> git.pld-linux.org Git - packages/apr-compat.git/blame - apr-libtool.patch
- enable epoll, sendfile64, tcpnodelaycork for Th
[packages/apr-compat.git] / apr-libtool.patch
CommitLineData
325261eb
ER
1must give hint to libtool which tag to use, in case we use ccache and then
2libtool is unable to autodetect from $CC
3
4--- apr-1.2.2/configure.in~ 2005-12-19 22:17:54.000000000 +0200
5+++ apr-1.2.2/configure.in 2005-12-19 22:30:13.000000000 +0200
6@@ -196,9 +196,9 @@
7 [ use_libtool=$withval ], [ use_libtool="yes" ] )
8
9 if test "x$use_libtool" = "xyes"; then
10- lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
11+ lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) -o $@ -c $< && touch $@'
12 LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
13- link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(LT_LDFLAGS) \$(COMPILE) ${LT_VERSION} \$(ALL_LDFLAGS) -o \$@"
14+ link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(LT_LDFLAGS) \$(COMPILE) ${LT_VERSION} \$(ALL_LDFLAGS) -o \$@"
15 so_ext='lo'
16 lib_target='-rpath $(libdir) $(OBJECTS)'
17 export_lib_target='-rpath \$(libdir) \$(OBJECTS)'
This page took 0.04134 seconds and 4 git commands to generate.