]> git.pld-linux.org Git - packages/apr.git/commitdiff
- updated for 1.0.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 16 Sep 2004 20:02:01 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-link.patch -> 1.4

apr-link.patch

index 701572b46651d76ce5185479e8749eee4274ee3e..569f682404831f9075ebb62e61246d7399f5ff49 100644 (file)
@@ -1,20 +1,15 @@
---- apr/configure.in.orig      2003-09-02 12:19:46.000000000 +0200
-+++ apr/configure.in   2003-10-05 22:35:55.808884648 +0200
-@@ -463,11 +463,9 @@
- dnl It should check for LIBS being empty and set LIBS equal to the new value 
- dnl without the extra " " in that case, but they didn't do that.  So, we
- dnl end up LIBS="-lm -lcrypt -lnsl  -ldl" which is an annoyance.
--AC_CHECK_LIB(resolv, res_init)
--AC_CHECK_LIB(nsl, gethostbyname)
-+dnl AC_CHECK_LIB(resolv, res_init)  -- not used by apr
+--- 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_CHECK_LIB(socket, socket)
+ AC_SEARCH_LIBS(socket, socket)
 -AC_SEARCH_LIBS(crypt, crypt ufc)
-+AC_SEARCH_LIBS(socket, socket)
++dnl AC_SEARCH_LIBS(crypt, crypt ufc)
  AC_CHECK_LIB(truerand, main)
  AC_SEARCH_LIBS(modf, m)
- AC_SEARCH_LIBS(sqrt, m)
-@@ -604,7 +602,7 @@
+@@ -659,7 +659,7 @@
  
  # The real-time POSIX extensions (e.g. shm_*, sem_*) may only
  # be available if linking against librt.
  
  case $host in
   *-sysv*)
-@@ -863,10 +861,13 @@
- if test "$strerror_r" = "1"; then
-   APR_CHECK_STRERROR_R_RC
- fi
-+save_LIBS="$LIBS"
-+AC_SEARCH_LIBS(crypt, crypt ufc)
- AC_CHECK_FUNCS(crypt_r, [ crypt_r="1" ], [ crypt_r="0" ])
- if test "$crypt_r" = "1"; then
-   APR_CHECK_CRYPT_R_STYLE
- fi
-+LIBS="$save_LIBS"
- AC_CHECK_FUNCS(mmap, [ mmap="1" ], [ mmap="0" ])
- if test "$native_mmap_emul" = "1"; then
-     mmap="1"
This page took 0.10635 seconds and 4 git commands to generate.