From 90c9fb98afdda3ba763281e7c07646df6090fb9a Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 17 Jan 2016 11:53:39 +0000 Subject: misc/hashkill: Fixed build with json-c-0.12. Signed-off-by: David Spencer --- misc/hashkill/hashkill.SlackBuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/hashkill/hashkill.SlackBuild b/misc/hashkill/hashkill.SlackBuild index 3ab9871530..0a7ad10933 100644 --- a/misc/hashkill/hashkill.SlackBuild +++ b/misc/hashkill/hashkill.SlackBuild @@ -69,6 +69,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i \ + -e 's/-ljson/-ljson-c/' \ + configure + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3