ndisc6: update to 1.0.4.
This commit is contained in:
parent
427f3291b8
commit
52fcab919b
1 changed files with 9 additions and 5 deletions
|
@ -1,14 +1,18 @@
|
|||
# Template file for 'ndisc6'
|
||||
pkgname=ndisc6
|
||||
version=1.0.3
|
||||
revision=4
|
||||
version=1.0.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-suid-install"
|
||||
hostmakedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="Useful tools for IPv6 networking"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only,GPL-3.0-only"
|
||||
homepage="http://www.remlab.net/ndisc6/"
|
||||
distfiles="http://www.remlab.net/files/ndisc6/${pkgname}-${version}.tar.bz2"
|
||||
checksum=0f41d6caf5f2edc1a12924956ae8b1d372e3b426bd7b11eed7d38bc974eec821
|
||||
checksum=abb1da4a98d94e5abe1dd7b1c975de540306b0581cbbd36aff035118b2f25c1f
|
||||
|
||||
post_extract() {
|
||||
sed -i '/undef _GNU_SOURCE/d' src/trace-*.c
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue