sys-apps/net-tools: clear out env vars that we do not need #599602

This commit is contained in:
Mike Frysinger
2016-11-15 22:20:02 -05:00
parent dd5804a986
commit c5c7be5a72
3 changed files with 9 additions and 0 deletions

View File

@@ -63,6 +63,9 @@ set_opt() {
}
src_configure() {
# Clear out env vars from the user. #599602
unset BASEDIR BINDIR SBINDIR
set_opt I18N use nls
set_opt HAVE_AFINET6 use ipv6
set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'

View File

@@ -63,6 +63,9 @@ set_opt() {
}
src_configure() {
# Clear out env vars from the user. #599602
unset BASEDIR BINDIR SBINDIR
set_opt I18N use nls
set_opt HAVE_AFINET6 use ipv6
set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'

View File

@@ -63,6 +63,9 @@ set_opt() {
}
src_configure() {
# Clear out env vars from the user. #599602
unset BASEDIR BINDIR SBINDIR
set_opt I18N use nls
set_opt HAVE_AFINET6 use ipv6
set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'