ndisc6: disable setuid bits.

The setuid tools in ndisc6 (ndisc6, rdisc6, rltraceroute6) are not
generally for use by ordinary users, so don't use caps instead.
This commit is contained in:
Christian Neukirchen 2016-08-09 12:24:30 +02:00
parent 3e79780ec8
commit b4be450ea4

View file

@ -1,9 +1,9 @@
# Template file for 'ndisc6'
pkgname=ndisc6
version=1.0.3
revision=3
revision=4
build_style=gnu-configure
configure_args="--sbindir=/usr/bin"
configure_args="--disable-suid-install"
hostmakedepends="perl"
depends="perl"
short_desc="Useful tools for IPv6 networking"