diff options
author | Juergen Daubert <jue@jue.li> | 2014-11-10 17:37:36 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-11-10 17:38:25 +0100 |
commit | 2399fbe02e6946fd06837374cb24b2a7928efcf3 (patch) | |
tree | 6ca14094307691f05f39bdbd30ec81a6657db49e /json-c | |
parent | e0c5de73c04f20fa1a26033ae3d5bab20295190f (diff) | |
download | opt-2399fbe02e6946fd06837374cb24b2a7928efcf3.tar.gz opt-2399fbe02e6946fd06837374cb24b2a7928efcf3.tar.xz |
json-c: use autoreconf --install option, FS#1082
Diffstat (limited to 'json-c')
-rw-r--r-- | json-c/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-c/Pkgfile b/json-c/Pkgfile index a1b1c891b..a506c6de8 100644 --- a/json-c/Pkgfile +++ b/json-c/Pkgfile @@ -10,7 +10,7 @@ source=(https://github.com/json-c/json-c/archive/$name-$version.tar.gz) build() { cd $name-$name-$version sed -i '/^AM_CFLAGS/s/$/ -Wno-error=unused-but-set-variable/' Makefile.am.inc - autoreconf + autoreconf -i ./configure --prefix=/usr make -j1 make DESTDIR=$PKG install |