]> git.pld-linux.org Git - packages/audit.git/blame - audit-nolibs.patch
- updated to 2.2.3
[packages/audit.git] / audit-nolibs.patch
CommitLineData
61d763d9
JB
1--- audit-2.1.1/configure.ac.orig 2011-04-20 22:53:56.000000000 +0200
2+++ audit-2.1.1/configure.ac 2011-04-23 08:24:34.033844797 +0200
3@@ -193,8 +193,6 @@
4 AC_CHECK_HEADER(tcpd.h, [],
5 AC_MSG_ERROR([Could not find libwrap headers]),)
6 AC_CHECK_LIB(wrap, request_init, [ LIBWRAP_LIBS="-lwrap" ])
7- AC_CHECK_LIB(nsl, yp_get_default_domain, [
8- LIBWRAP_LIBS="$LIBWRAP_LIBS -lnsl" ])
9 ;;
10 *)
11 AC_MSG_RESULT(yes)
12@@ -206,8 +204,6 @@
13 AC_CHECK_HEADER(tcpd.h, [],
14 AC_MSG_ERROR([Could not find libwrap headers]))
15 AC_CHECK_LIB(wrap, request_init, [])
16- AC_CHECK_LIB(nsl, yp_get_default_domain, [
17- LIBWRAP_LIBS="$LIBWRAP_LIBS -lnsl" ])
18 OLDLIBS="$LIBS"
19 LIBS="$LIBWRAP_LIBS $LIBS"
20 AC_TRY_LINK([ int allow_severity; int deny_severity; ],
This page took 0.062122 seconds and 4 git commands to generate.