diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 06:58:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 06:58:13 +0000 |
commit | ca1e72ab95fd86598bec837c5ed0eb77120461da (patch) | |
tree | a42a144e97e18dd9915c3e4111b6e40a534fd182 /net/tac_plus4/files/patch-configure | |
parent | Add CVE name to hashash entry. (diff) |
Update to F4.0.4.7. Code changes in this release include:
* Conversion to autofoo
* Man pahe improvements
* MD5 fixes for 64-bit platforms
* generated_password has been renamed to tac_pwd
* A tac_plus.config.5 man page has been added
* User-specific enable password support
Port changes in this release include:
* Default IOS version has been changed from 11.x to 12.x
* tac_plus.sh script has been converted to rcNG
* PORTDOCS is properly respected
* Portlint fixes
Notes
Notes:
svn path=/head/; revision=132324
Diffstat (limited to 'net/tac_plus4/files/patch-configure')
-rw-r--r-- | net/tac_plus4/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tac_plus4/files/patch-configure b/net/tac_plus4/files/patch-configure new file mode 100644 index 000000000000..a44c1803dcf8 --- /dev/null +++ b/net/tac_plus4/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Apr 3 01:20:37 2005 ++++ configure Sun Apr 3 01:20:48 2005 +@@ -1758,7 +1758,7 @@ + #CPPFLAGS="$CFLAGS -I/usr/pkg/include"; export CPPFLAGS + #LDFLAGS="$LDFLAGS -L/usr/pkg/lib -Xlinker -rpath -Xlinker /usr/pkg/lib" + #export LDFLAGS +- LIBS="-lcrypt"; export LIBS ++ LIBS="-lcrypt $LIBS"; export LIBS + cat >>confdefs.h <<\_ACEOF + #define FREEBSD 1 + _ACEOF |