summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-31 11:12:57 +0100
committerMichał Górny <mgorny@gentoo.org>2015-10-31 11:12:57 +0100
commitcfdc57df9dc0b90c204981324dfa3d7e387a03b3 (patch)
tree4008e4b1206f0bf7f0e6a0c28ef7d25720290e96 /net-misc
parentapp-doc/pms: Use dodoc instead of dohtml. (diff)
parentnet-misc/openssh: Drop special settings for Gentoo/FreeBSD 9.0 or later. (diff)
downloadgentoo-cfdc57df9dc0b90c204981324dfa3d7e387a03b3.tar.gz
gentoo-cfdc57df9dc0b90c204981324dfa3d7e387a03b3.tar.bz2
gentoo-cfdc57df9dc0b90c204981324dfa3d7e387a03b3.zip
net-misc/openssh: Merge "Drop special settings for Gentoo/FreeBSD 9.0"
Pull-Request: https://github.com/gentoo/gentoo/pull/309
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openssh/openssh-7.1_p1-r2.ebuild6
1 files changed, 0 insertions, 6 deletions
diff --git a/net-misc/openssh/openssh-7.1_p1-r2.ebuild b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
index 048f3190e6ef..7ab7d10c45c8 100644
--- a/net-misc/openssh/openssh-7.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
@@ -207,12 +207,6 @@ src_configure() {
# The seccomp sandbox is broken on x32, so use the older method for now. #553748
use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )
- # Special settings for Gentoo/FreeBSD 9.0 or later (see bug #391011)
- if use elibc_FreeBSD && version_is_at_least 9.0 "$(uname -r|sed 's/\(.\..\).*/\1/')" ; then
- myconf+=( --disable-utmp --disable-wtmp --disable-wtmpx )
- append-ldflags -lutil
- fi
-
econf "${myconf[@]}"
}