Comment 2 for bug 1326911

Revision history for this message
Mariusz Libera (mariusz-libera) wrote :

I'm using Archlinux and I'm building it using PKGBUILD script you can see here: https://aur.archlinux.org/packages/fw/fwts/PKGBUILD
Basically it downloads tarball from
http://fwts.ubuntu.com/release/
extracts it and executes following as root in a fake chroot:
autoreconf -ivf
./configure --prefix="/usr"
make

I'm maintaining that script and it was building and working fine with json-c 0.11, but about 2 weeks ago Arch updated to json-c 0.12 and now it's broken. Arch ships json-c without any patches, as you can see here: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/json-c so there is no longer /usr/include/json/json.h