diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-09-09 11:40:56 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-09-09 11:44:36 +0200 |
commit | 6bd61428b27cb6276725bccba12d9fa4dbe4340d (patch) | |
tree | a54903b038d3516e03144aea67f24b54005e72e4 /dev-libs/xxhash | |
parent | dev-libs/xxhash: Compile xxhash.c just once, really (diff) | |
download | gentoo-6bd61428b27cb6276725bccba12d9fa4dbe4340d.tar.gz gentoo-6bd61428b27cb6276725bccba12d9fa4dbe4340d.tar.bz2 gentoo-6bd61428b27cb6276725bccba12d9fa4dbe4340d.zip |
dev-libs/xxhash: Remove HPPA compiler optimisation restriction
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.6.5.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild b/dev-libs/xxhash/xxhash-0.6.5.ebuild index 503fce793804..ea309a5d0008 100644 --- a/dev-libs/xxhash/xxhash-0.6.5.ebuild +++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Extremely fast non-cryptographic hash algorithm" HOMEPAGE="http://www.xxhash.com" @@ -20,10 +20,6 @@ PATCHES=( "${FILESDIR}"/${PN}-0.6.5-compile-xxhash.o-once.patch ) -src_configure() { - use hppa && replace-flags '-O*' '-O0' -} - src_compile() { PREFIX="${EPREFIX}/usr" \ LIBDIR="${EPREFIX}/usr/$(get_libdir)" \ |