mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user