summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--json-c/.footprint6
-rw-r--r--json-c/.md5sum2
-rw-r--r--json-c/Pkgfile6
3 files changed, 6 insertions, 8 deletions
diff --git a/json-c/.footprint b/json-c/.footprint
index ac1da623e..1aa1ce416 100644
--- a/json-c/.footprint
+++ b/json-c/.footprint
@@ -19,8 +19,8 @@ drwxr-xr-x root/root usr/include/json-c/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libjson-c.a
-rwxr-xr-x root/root usr/lib/libjson-c.la
-lrwxrwxrwx root/root usr/lib/libjson-c.so -> libjson-c.so.2.0.1
-lrwxrwxrwx root/root usr/lib/libjson-c.so.2 -> libjson-c.so.2.0.1
--rwxr-xr-x root/root usr/lib/libjson-c.so.2.0.1
+lrwxrwxrwx root/root usr/lib/libjson-c.so -> libjson-c.so.2.0.2
+lrwxrwxrwx root/root usr/lib/libjson-c.so.2 -> libjson-c.so.2.0.2
+-rwxr-xr-x root/root usr/lib/libjson-c.so.2.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/json-c.pc
diff --git a/json-c/.md5sum b/json-c/.md5sum
index fbd9b6ca2..5f153a395 100644
--- a/json-c/.md5sum
+++ b/json-c/.md5sum
@@ -1 +1 @@
-3ca4bbb881dfc4017e8021b5e0a8c491 json-c-0.12.tar.gz
+55f7853f7d8cf664554ce3fa71bf1c7d json-c-0.12.1.tar.gz
diff --git a/json-c/Pkgfile b/json-c/Pkgfile
index 93ead1cca..80e390173 100644
--- a/json-c/Pkgfile
+++ b/json-c/Pkgfile
@@ -3,15 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=json-c
-version=0.12
+version=0.12.1
release=1
source=(https://s3.amazonaws.com/json-c_releases/releases/$name-$version.tar.gz)
build() {
cd $name-$version
- sed -i '/^AM_CFLAGS/s/$/ -Wno-error=unused-but-set-variable/' Makefile.am.inc
- autoreconf -i
./configure --prefix=/usr
- make -j1
+ make
make DESTDIR=$PKG install
}

Generated by cgit