]> git.pld-linux.org Git - packages/apr-util.git/blame - apr-util-link.patch
- updated
[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])
d0f7687a
JB
16@@ -130,7 +135,7 @@
17 dnl ### apr and expat libraries to the build or it'll die a truly horrible
18 dnl ### death. We now use the apr-config tool to determine the correct
19 dnl ### library to link against :)
20-*AIX*|*Darwin*|*BeOS*)
21+*AIX*|*Darwin*|*BeOS*|*Linux*)
77bbdc19
JB
22 dnl need such stuff as -liconv to be specified when building libaprutil.la
23 EXTRA_OS_LINK='$(APRUTIL_LDFLAGS) $(APRUTIL_LIBS)'
24 ;;
This page took 0.069321 seconds and 4 git commands to generate.