components/apr-util/patches/makefile-out.patch
changeset 203 887f23af6934
child 1040 a4dc3ecab65b
equal deleted inserted replaced
202:272e371b3a44 203:887f23af6934
       
     1 --- Makefile.in.orig	Mon Apr 18 02:03:58 2011
       
     2 +++ Makefile.in	Mon Apr 18 02:09:09 2011
       
     3 @@ -71,7 +71,10 @@
       
     4  
       
     5  # Create apu-config script suitable for the install tree
       
     6  apu-config.out: $(APU_CONFIG)
       
     7 -	sed 's,^\(location=\).*$$,\1installed,' < $(APU_CONFIG) > $@
       
     8 +	sed -e 's,^\(location=\).*$$,\1installed,' \
       
     9 +	    -e '/^APU_SOURCE_DIR=/s,/.*",/usr/apr-util/1.3",' \
       
    10 +	    -e '/^APU_BUILD_DIR=/s,/.*",/usr/apr-util/1.3",' \
       
    11 +	     < $(APU_CONFIG) > $@
       
    12  
       
    13  install: $(TARGETS) install-modules
       
    14  	$(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \