Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/
Date: Sat, 31 Oct 2015 10:13:52
Message-Id: 1446203570.44c505591f7e37d3e10e0d6f522df56d1de1d78c.mgorny@gentoo
1 commit: 44c505591f7e37d3e10e0d6f522df56d1de1d78c
2 Author: Yuta Satoh <nigoro <AT> gentoo <DOT> gr <DOT> jp>
3 AuthorDate: Fri Oct 30 11:12:50 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 11:12:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c50559
7
8 net-misc/openssh: Drop special settings for Gentoo/FreeBSD 9.0 or later.
9
10 net-misc/openssh/openssh-7.1_p1-r2.ebuild | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/net-misc/openssh/openssh-7.1_p1-r2.ebuild b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
14 index 048f319..7ab7d10 100644
15 --- a/net-misc/openssh/openssh-7.1_p1-r2.ebuild
16 +++ b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
17 @@ -207,12 +207,6 @@ src_configure() {
18 # The seccomp sandbox is broken on x32, so use the older method for now. #553748
19 use amd64 && [[ ${ABI} == "x32" ]] && myconf+=( --with-sandbox=rlimit )
20
21 - # Special settings for Gentoo/FreeBSD 9.0 or later (see bug #391011)
22 - if use elibc_FreeBSD && version_is_at_least 9.0 "$(uname -r|sed 's/\(.\..\).*/\1/')" ; then
23 - myconf+=( --disable-utmp --disable-wtmp --disable-wtmpx )
24 - append-ldflags -lutil
25 - fi
26 -
27 econf "${myconf[@]}"
28 }