diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-17 11:53:39 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-18 17:05:37 +0700 |
commit | 90c9fb98afdda3ba763281e7c07646df6090fb9a (patch) | |
tree | 725fe8fb46afc9167766245ac294c0e94cbfb42d /misc | |
parent | bf9838ae5b4d99070078ba7af4d58a94d9fd122a (diff) | |
download | slackbuilds-90c9fb98afdda3ba763281e7c07646df6090fb9a.tar.gz |
misc/hashkill: Fixed build with json-c-0.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hashkill/hashkill.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |