aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/json-c/abuild
blob: 9e8458aff910cc8c273919d9fcc77c34ee1975fc (plain)
1
2
3
4
5
6
7
8
9
name=json-c
version=0.18
release=1
source="https://s3.amazonaws.com/${name}_releases/releases/$name-$version.tar.gz"
export CFLAGS="$CFLAGS -Wno-error"

prebuild() {
	sed -i 's/VERSION 2.8/VERSION 4.0/' apps/CMakeLists.txt
}