aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gingerbase
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-06 11:46:47 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-06 11:46:47 -0300
commit835fb91a1ee13d8d9ee0f1f64a17e5205a3bb408 (patch)
treebb7ac546cd3fca889a253637eb89b4aac2f6dfc1 /testing/gingerbase
parentfa7e81c7a2c831c0e6a6604fa45b89ab5bf120d8 (diff)
downloadaports-835fb91a1ee13d8d9ee0f1f64a17e5205a3bb408.tar.bz2
aports-835fb91a1ee13d8d9ee0f1f64a17e5205a3bb408.tar.xz
testing/gingerbase: fix build
Diffstat (limited to 'testing/gingerbase')
-rw-r--r--testing/gingerbase/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/gingerbase/APKBUILD b/testing/gingerbase/APKBUILD
index f871ecfdaa..6d82dbb297 100644
--- a/testing/gingerbase/APKBUILD
+++ b/testing/gingerbase/APKBUILD
@@ -14,8 +14,12 @@ options="!check" # depends on unit2
subpackages="$pkgname-lang"
source="$pkgname-$pkgver.tar.gz::https://github.com/kimchi-project/gingerbase/archive/$pkgver.tar.gz"
-build() {
+prepare() {
+ default_prepare
sh ./autogen.sh --system
+}
+
+build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -30,7 +34,7 @@ check() {
}
package() {
- make DESTDIR="$pkgdir" install
+ make -j1 DESTDIR="$pkgdir" install
}
sha512sums="90167f677a341d687a426fd4938aecdcba2a36cd109d7e0f81b55a74b077f00253decd015d65a5ffbd075a320015153ddf70bfcbdbf85ff79c0895ba189437de gingerbase-2.3.0.tar.gz"