]> git.pld-linux.org Git - packages/apr-util.git/blame - apr-util-link.patch
- Th uses db5.3 right now
[packages/apr-util.git] / apr-util-link.patch
CommitLineData
d0f7687a
JB
1--- apr-util-0.9.4/configure.in.orig 2004-04-18 23:20:56.000000000 +0200
2+++ apr-util-0.9.4/configure.in 2004-04-18 23:25:35.447213680 +0200
77bbdc19
JB
3@@ -98,7 +98,12 @@
4 APU_FIND_EXPAT
5 APU_FIND_ICONV
6
7+save_LIBS="$LIBS"
8+LIBS=
9 AC_SEARCH_LIBS(crypt, crypt ufc)
10+APR_ADDTO(APRUTIL_EXPORT_LIBS, [$LIBS])
11+APR_ADDTO(APRUTIL_LIBS, [$LIBS])
12+LIBS="$save_LIBS $LIBS"
13 AC_MSG_CHECKING(if system crypt() function is threadsafe)
14 if test "x$apu_crypt_threadsafe" = "x1"; then
15 AC_DEFINE(APU_CRYPT_THREADSAFE, 1, [Define if the system crypt() function is threadsafe])
This page took 0.078493 seconds and 4 git commands to generate.