diff options
Diffstat (limited to 'misc/hashkill/hashkill.SlackBuild')
-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 \ |