]> git.pld-linux.org Git - packages/apr.git/blob - apr-link.patch
- from apache 2.0.49
[packages/apr.git] / apr-link.patch
1 diff -ur apr-0.9.4.org/configure.in apr-0.9.4/configure.in
2 --- apr-0.9.4.org/configure.in  2004-04-15 23:58:33.496668112 +0200
3 +++ apr-0.9.4/configure.in      2004-04-16 00:02:06.178335584 +0200
4 @@ -597,7 +597,7 @@
5  
6  # The real-time POSIX extensions (e.g. shm_*, sem_*) may only
7  # be available if linking against librt.
8 -AC_SEARCH_LIBS(shm_open, rt)
9 +dnl AC_SEARCH_LIBS(shm_open, rt)
10  
11  case $host in
12   *-sysv*)
13 @@ -856,10 +856,13 @@
14  if test "$strerror_r" = "1"; then
15    APR_CHECK_STRERROR_R_RC
16  fi
17 +save_LIBS="$LIBS"
18 +AC_SEARCH_LIBS(crypt, crypt ufc)
19  AC_CHECK_FUNCS(crypt_r, [ crypt_r="1" ], [ crypt_r="0" ])
20  if test "$crypt_r" = "1"; then
21    APR_CHECK_CRYPT_R_STYLE
22  fi
23 +LIBS="$save_LIBS"
24  AC_CHECK_FUNCS(mmap, [ mmap="1" ], [ mmap="0" ])
25  if test "$native_mmap_emul" = "1"; then
26      mmap="1"
27 Tylko w apr-0.9.4: configure.in~
This page took 0.055886 seconds and 4 git commands to generate.