]> git.pld-linux.org Git - packages/apr-compat.git/blob - apr-link.patch
- rel3, use /dev/urandom instead of /dev/random.
[packages/apr-compat.git] / apr-link.patch
1 --- apr-1.0.0/configure.in.orig 2004-08-01 02:52:20.000000000 +0200
2 +++ apr-1.0.0/configure.in      2004-09-16 21:33:34.263720072 +0200
3 @@ -519,7 +519,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 @@ -659,7 +659,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*)
This page took 0.053023 seconds and 3 git commands to generate.