aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-05 10:03:57 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-05 10:04:26 -0300
commit0908eb7459a1881f1c85f206844de8e072aed7e6 (patch)
treee1baa0bf0922812db30582198bb4ec9cc73d6cf9
parent7c343429da905ad0a02a3ca89c8f6075abe0e161 (diff)
downloadaports-0908eb7459a1881f1c85f206844de8e072aed7e6.tar.bz2
aports-0908eb7459a1881f1c85f206844de8e072aed7e6.tar.xz
testing/geos: enable inlining
-rw-r--r--testing/geos/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD
index a775a119b5..472c121921 100644
--- a/testing/geos/APKBUILD
+++ b/testing/geos/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Holger Jaekel <holger.jaekel@gmx.de>
pkgname=geos
pkgver=3.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
url="https://trac.osgeo.org/geos/"
arch="all"
@@ -35,8 +35,7 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--enable-python \
- --enable-ruby \
- --disable-inline
+ --enable-ruby
make
}