From 47f248d15512ab8d870576ef4e20d040aa08dbf0 Mon Sep 17 00:00:00 2001 From: Bruno Pena Date: Sat, 13 Apr 2019 10:57:59 +0200 Subject: tac_plus: New package (TACACS+ daemon) Signed-off-by: Bruno Pena 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 --- net/tac_plus/patches/010-configure-remove-libnsl.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/tac_plus/patches/010-configure-remove-libnsl.patch (limited to 'net/tac_plus/patches') diff --git a/net/tac_plus/patches/010-configure-remove-libnsl.patch b/net/tac_plus/patches/010-configure-remove-libnsl.patch new file mode 100644 index 000000000..01ac6aa55 --- /dev/null +++ b/net/tac_plus/patches/010-configure-remove-libnsl.patch @@ -0,0 +1,15 @@ +--- 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 + + -- cgit v1.2.3