summaryrefslogtreecommitdiffstats
path: root/package/tcpdump/dhcpdump.mk
Commit message (Collapse)AuthorAgeFilesLines
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-3/+12
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - update to libpcap-0.9.4 and tcpdump-3.9.4Bernhard Reutner-Fischer2005-12-211-3/+3
|
* version bump as pointed out by daisuke in Bug 400Mike Frysinger2005-09-241-16/+1
|
* add dhcpdumpEric Andersen2005-02-161-0/+77