You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
538 B

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