summaryrefslogtreecommitdiff
path: root/apr-link.patch
diff options
context:
space:
mode:
Diffstat (limited to 'apr-link.patch')
-rw-r--r--apr-link.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/apr-link.patch b/apr-link.patch
index 569f682..3db9baf 100644
--- a/apr-link.patch
+++ b/apr-link.patch
@@ -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.