polynomial-c    14/04/28 13:26:43

  Added:                apr-1.5.1-parallel_make_install.patch
  Log:
  Revbump to fix a parallel install bug. Enable posix-shm support. EAPI bumped 
to 5
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.1                  dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/files/apr-1.5.1-parallel_make_install.patch?rev=1.1&content-type=text/plain

Index: apr-1.5.1-parallel_make_install.patch
===================================================================
http://www.mail-archive.com/dev@apr.apache.org/msg25738.html

--- apr-1.5.1/Makefile.in
+++ apr-1.5.1/Makefile.in
@@ -129,11 +129,11 @@
 etags:
        etags `find . -name '*.[ch]'`
 
-make_tools_dir:
+OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
+tools/gen_test_char.lo: tools/gen_test_char.c
        $(APR_MKDIR) tools
+       $(LT_COMPILE)
 
-OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
-tools/gen_test_char.lo: make_tools_dir
 tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
        $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
 




Reply via email to