diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-02-14 05:09:36 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-02-14 05:09:36 +0000 |
commit | 8a02090889d5ec079a205cf133c3c6fe1878d14e (patch) | |
tree | ecd88d37be2fcb031ecaabaf3336bc024f725102 /net-analyzer/nbaudit | |
parent | point to linux-sources for changes (diff) | |
download | gentoo-2-8a02090889d5ec079a205cf133c3c6fe1878d14e.tar.gz gentoo-2-8a02090889d5ec079a205cf133c3c6fe1878d14e.tar.bz2 gentoo-2-8a02090889d5ec079a205cf133c3c6fe1878d14e.zip |
nbaudit now does something besides segfault :(
Diffstat (limited to 'net-analyzer/nbaudit')
-rw-r--r-- | net-analyzer/nbaudit/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/nbaudit/nbaudit-1.0.ebuild | 9 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-analyzer/nbaudit/ChangeLog b/net-analyzer/nbaudit/ChangeLog index efdf3c110b77..8001e0648fa1 100644 --- a/net-analyzer/nbaudit/ChangeLog +++ b/net-analyzer/nbaudit/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-analyzer/nbaudit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/ChangeLog,v 1.2 2002/02/14 05:09:36 blocke Exp $ + +*nbaudit-1.0 (14 Feb 2002) + + 14 Feb 2002; Bruce A. Locke <blocke@shivan.org> ChangeLog: + + Now does something besides segfaulting... + + NOTE: I left out CFLAGS for a reason... ;) *nbaudit-1.0 (1 Feb 2002) diff --git a/net-analyzer/nbaudit/nbaudit-1.0.ebuild b/net-analyzer/nbaudit/nbaudit-1.0.ebuild index 742d2f5374c1..2eec12507227 100644 --- a/net-analyzer/nbaudit/nbaudit-1.0.ebuild +++ b/net-analyzer/nbaudit/nbaudit-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.4 2001/08/31 03:23:39 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nbaudit/nbaudit-1.0.ebuild,v 1.5 2002/02/14 05:09:36 blocke Exp $ # Its officially called nat10 but the name conflicts with other projects @@ -21,10 +21,7 @@ src_compile() { mv Makefile Makefile.old sed -e "s/# FLAGSM = -DLINUX -DSHADOW_PWD/FLAGSM = -DLINUX -DSHADOW_PWD -DNO_ASMSIGNALH/" -e "s/# LIBSM = -lshadow/LIBSM = -lshadow/" Makefile.old > Makefile - # sed seems to hang if I do all three at once... oh well - mv Makefile Makefile.old - sed -e "s/CFLAGS = /CFLAGS = ${CFLAGS} /" Makefile.old > Makefile - + # NOTE: DO NOT SET CFLAGS OR THE PROGRAM WILL SEGFAULT try make all } |