json-c: override some configure tests for cross builds.
This commit is contained in:
parent
24719b6613
commit
d9a45c94b6
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
# Template build file for 'json-c'.
|
||||
pkgname=json-c
|
||||
version=0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
|
||||
ac_cv_func_memcmp_working=yes"
|
||||
short_desc="A JSON implementation in C"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in a new issue