]> TLD Linux GIT Repositories - packages/apr.git/blob - apr-link.patch
- from PLD
[packages/apr.git] / apr-link.patch
1 --- apr-1.3.0/configure.in.orig 2008-05-02 20:55:47.000000000 +0200
2 +++ apr-1.3.0/configure.in      2008-06-16 22:56:55.094888283 +0200
3 @@ -600,7 +600,7 @@
4        AC_SEARCH_LIBS(gethostbyname, nsl)
5        AC_SEARCH_LIBS(gethostname, nsl)
6        AC_SEARCH_LIBS(socket, socket)
7 -      AC_SEARCH_LIBS(crypt, crypt ufc)
8 +      dnl AC_SEARCH_LIBS(crypt, crypt ufc)
9        AC_CHECK_LIB(truerand, main)
10        AC_SEARCH_LIBS(modf, m)
11         ;;
12 @@ -767,7 +767,7 @@
13  
14  # The real-time POSIX extensions (e.g. shm_*, sem_*) may only
15  # be available if linking against librt.
16 -AC_SEARCH_LIBS(shm_open, rt)
17 +dnl AC_SEARCH_LIBS(shm_open, rt)  -- not used by apr
18  
19  case $host in
20   *-sysv*)