diff options
Diffstat (limited to 'net-misc/openssh/openssh-7.1_p1-r2.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-7.1_p1-r2.ebuild | 6 |
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[@]}" } |