summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-28 13:54:04 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-28 13:55:59 +0100
commit4c209a2af3ab2ed1e8ed5d75e05171cab73da82f (patch)
treed36725ec2d9ab2c899ff50c87f0793324ac7d86a /sci-libs/geos/geos-3.8.1.ebuild
parentprofiles: mask =sys-auth/rtkit-0.12 on arm (diff)
downloadgentoo-4c209a2af3ab2ed1e8ed5d75e05171cab73da82f.tar.gz
gentoo-4c209a2af3ab2ed1e8ed5d75e05171cab73da82f.tar.bz2
gentoo-4c209a2af3ab2ed1e8ed5d75e05171cab73da82f.zip
sci-libs/geos: --disable-inline with arm
Bug: https://bugs.gentoo.org/709368 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/geos/geos-3.8.1.ebuild')
-rw-r--r--sci-libs/geos/geos-3.8.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/geos/geos-3.8.1.ebuild b/sci-libs/geos/geos-3.8.1.ebuild
index ad70d2dd21ca..f19227d4b289 100644
--- a/sci-libs/geos/geos-3.8.1.ebuild
+++ b/sci-libs/geos/geos-3.8.1.ebuild
@@ -34,6 +34,8 @@ src_configure() {
$(use_enable ruby)
$(use_enable static-libs static)
)
+ use arm && myeconfargs+=( --disable-inline ) # bug 709368
+
econf "${myeconfargs[@]}"
}