misc/hashkill: Fixed build with json-c-0.12.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-17 11:53:39 +00:00 committed by Willy Sudiarto Raharjo
parent bf9838ae5b
commit 90c9fb98af
1 changed files with 4 additions and 0 deletions

View File

@ -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 \