Browse Source

misc/hashkill: Fix for exported BUILD variable.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/47/head
David Spencer 8 years ago
committed by Willy Sudiarto Raharjo
parent
commit
c82400e121
  1. 1
      misc/hashkill/hashkill.SlackBuild

1
misc/hashkill/hashkill.SlackBuild

@ -73,6 +73,7 @@ sed -i \
-e 's/-ljson/-ljson-c/' \
configure
env -u BUILD \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

Loading…
Cancel
Save