From ecd0f65af92c224d9d17450ffdef00bd929bcfdf Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 9 May 2013 07:14:24 +0000 Subject: json-c: bump to version 0.11 Bumping this package is needed, because json-c 0.10 has a major defect: it installs a library named libjson.so, which conflicts with the library installed by the libjson package. This has been changed in the upstream json-c 0.11 version, which now installs libjson-c and json-c.pc. It allows to solve the Pulseaudio link problem, which wants to link against json-c but happens to link against libjson when libjson has been compiled and installed after json-c. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/json-c/json-c.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/json-c/json-c.mk') diff --git a/package/json-c/json-c.mk b/package/json-c/json-c.mk index a0b5cae5a9..031b541995 100644 --- a/package/json-c/json-c.mk +++ b/package/json-c/json-c.mk @@ -4,8 +4,10 @@ # ################################################################################ -JSON_C_VERSION = 0.10 -JSON_C_SITE = https://github.com/downloads/json-c/json-c +JSON_C_VERSION = 0.11 +JSON_C_SITE = https://s3.amazonaws.com/json-c_releases/releases/ JSON_C_INSTALL_STAGING = YES +JSON_C_MAKE = $(MAKE1) +JSON_C_CONF_OPT = --disable-oldname-compat $(eval $(autotools-package)) -- cgit v1.2.3