SOURCES: apr-libtool.patch, apr-link.patch - updated for 1.3.0

qboosh qboosh at pld-linux.org
Mon Jun 16 23:10:18 CEST 2008


Author: qboosh                       Date: Mon Jun 16 21:10:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.3.0

---- Files affected:
SOURCES:
   apr-libtool.patch (1.1 -> 1.2) , apr-link.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/apr-libtool.patch
diff -u SOURCES/apr-libtool.patch:1.1 SOURCES/apr-libtool.patch:1.2
--- SOURCES/apr-libtool.patch:1.1	Mon Dec 19 21:56:07 2005
+++ SOURCES/apr-libtool.patch	Mon Jun 16 23:10:12 2008
@@ -1,17 +1,17 @@
 must give hint to libtool which tag to use, in case we use ccache and then
 libtool is unable to autodetect from $CC
 
---- apr-1.2.2/configure.in~	2005-12-19 22:17:54.000000000 +0200
-+++ apr-1.2.2/configure.in	2005-12-19 22:30:13.000000000 +0200
-@@ -196,9 +196,9 @@
+--- apr-1.3.0/configure.in.orig	2008-06-16 22:57:25.596627316 +0200
++++ apr-1.3.0/configure.in	2008-06-16 22:58:16.295519834 +0200
+@@ -197,9 +197,9 @@
    [ use_libtool=$withval ], [ use_libtool="yes" ] )
  
  if test "x$use_libtool" = "xyes"; then
 -      lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
 +      lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) -o $@ -c $< && touch $@'
        LT_VERSION="-version-info `$get_version libtool $version_hdr APR`"
--      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(LT_LDFLAGS) \$(COMPILE) ${LT_VERSION} \$(ALL_LDFLAGS) -o \$@"
-+      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(LT_LDFLAGS) \$(COMPILE) ${LT_VERSION} \$(ALL_LDFLAGS) -o \$@"
+-      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link \$(LT_LDFLAGS) \$(COMPILE) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
++      link="\$(LIBTOOL) \$(LTFLAGS) --mode=link --tag=CC \$(LT_LDFLAGS) \$(COMPILE) \$(LT_VERSION) \$(ALL_LDFLAGS) -o \$@"
        so_ext='lo'
        lib_target='-rpath $(libdir) $(OBJECTS)'
        export_lib_target='-rpath \$(libdir) \$(OBJECTS)'

================================================================
Index: SOURCES/apr-link.patch
diff -u SOURCES/apr-link.patch:1.4 SOURCES/apr-link.patch:1.5
--- SOURCES/apr-link.patch:1.4	Thu Sep 16 22:02:01 2004
+++ SOURCES/apr-link.patch	Mon Jun 16 23:10:13 2008
@@ -1,15 +1,15 @@
---- apr-1.0.0/configure.in.orig	2004-08-01 02:52:20.000000000 +0200
-+++ apr-1.0.0/configure.in	2004-09-16 21:33:34.263720072 +0200
-@@ -519,7 +519,7 @@
- AC_SEARCH_LIBS(gethostbyname, nsl)
- AC_SEARCH_LIBS(gethostname, nsl)
- AC_SEARCH_LIBS(socket, socket)
--AC_SEARCH_LIBS(crypt, crypt ufc)
-+dnl AC_SEARCH_LIBS(crypt, crypt ufc)
- AC_CHECK_LIB(truerand, main)
- AC_SEARCH_LIBS(modf, m)
- 
-@@ -659,7 +659,7 @@
+--- apr-1.3.0/configure.in.orig	2008-05-02 20:55:47.000000000 +0200
++++ apr-1.3.0/configure.in	2008-06-16 22:56:55.094888283 +0200
+@@ -600,7 +600,7 @@
+       AC_SEARCH_LIBS(gethostbyname, nsl)
+       AC_SEARCH_LIBS(gethostname, nsl)
+       AC_SEARCH_LIBS(socket, socket)
+-      AC_SEARCH_LIBS(crypt, crypt ufc)
++      dnl AC_SEARCH_LIBS(crypt, crypt ufc)
+       AC_CHECK_LIB(truerand, main)
+       AC_SEARCH_LIBS(modf, m)
+        ;;
+@@ -767,7 +767,7 @@
  
  # The real-time POSIX extensions (e.g. shm_*, sem_*) may only
  # be available if linking against librt.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apr-libtool.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apr-link.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list