packages/net/tac_plus/patches/010-configure-remove-libnsl.patch
Bruno Pena 47f248d155 tac_plus: New package (TACACS+ daemon)
Signed-off-by: Bruno Pena <brunompena@gmail.com>

tac_plus: Updated to the latest commit from upstream. Updated URL to reference Facebook's GitHub repository. Tweaked Makefile to include the date on the source package filename.

Signed-off-by: Bruno Pena <brunompena@gmail.com>
2019-04-13 23:58:55 +02:00

15 lines
589 B
Diff

--- a/tacacs-F4.0.4.28/configure 2015-01-06 22:55:35.000000000 +0100
+++ b/tacacs-F4.0.4.28/configure 2019-01-31 14:44:28.679272504 +0100
@@ -3285,11 +3285,9 @@
;;
*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