commit:     44c505591f7e37d3e10e0d6f522df56d1de1d78c
Author:     Yuta Satoh <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Fri Oct 30 11:12:50 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 11:12:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c50559

net-misc/openssh: Drop special settings for Gentoo/FreeBSD 9.0 or later.

 net-misc/openssh/openssh-7.1_p1-r2.ebuild | 6 ------
 1 file changed, 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 048f319..7ab7d10 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[@]}"
 }
 

Reply via email to