From ef1621d7d3d32f8104b8b97276bf4832a4a6c35b Mon Sep 17 00:00:00 2001 From: Daniel Sabogal Date: Sat, 3 Feb 2018 10:03:55 -0500 Subject: main/json-c: support cross-compile --- main/json-c/APKBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'main/json-c') diff --git a/main/json-c/APKBUILD b/main/json-c/APKBUILD index 467ad6790f..08a3918dd8 100644 --- a/main/json-c/APKBUILD +++ b/main/json-c/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=json-c pkgver=0.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="A JSON implementation in C" url="https://github.com/json-c/json-c/wiki" arch="all" @@ -25,12 +25,15 @@ prepare() { build() { cd "$builddir" ./configure --prefix=/usr \ + --build=$CBUILD \ + --host=$CHOST \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var \ --enable-shared \ - || return 1 + ac_cv_func_malloc_0_nonnull=yes \ + ac_cv_func_realloc_0_nonnull=yes make -j1 || return 1 } -- cgit v1.2.3