blob: 4d5ad0c6034603f66b8db2e195d7eb8cceb362c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/tacacs-F4.0.4.28/configure
+++ b/tacacs-F4.0.4.28/configure
@@ -3244,11 +3244,9 @@ case "${host_os}" in
;;
*linux* )
# XXX: not sure if /usr/local is necessary.
- # XXX: linux libwrap needs -lnsl. configure should check for
- # existence of libnsl instead of hard-coding
CPPFLAGS="$CFLAGS -I/usr/local/include"; export CPPFLAGS
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/lib"; export LDFLAGS
- LIBS="-lnsl -lcrypt $LIBS"; export LIBS
+ LIBS="-lcrypt $LIBS"; export LIBS
$as_echo "#define LINUX 1" >>confdefs.h
|