diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:44:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:44:56 +0700 |
commit | b3d6f2a1a66304f866240580580ff949447e94bf (patch) | |
tree | ca4919d8ef178f2bd2ac38439fed646c6be4ebe6 /network/arp-scan/arp-scan.SlackBuild | |
parent | 755fbfd246e8a1100eec4fc5a69dbcc5242b394b (diff) | |
download | slackbuilds-b3d6f2a1a66304f866240580580ff949447e94bf.tar.gz |
network/arp-scan: Update HOMEPAGE and DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/arp-scan/arp-scan.SlackBuild')
-rw-r--r-- | network/arp-scan/arp-scan.SlackBuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/arp-scan/arp-scan.SlackBuild b/network/arp-scan/arp-scan.SlackBuild index bc0e58889a..1b982b56a9 100644 --- a/network/arp-scan/arp-scan.SlackBuild +++ b/network/arp-scan/arp-scan.SlackBuild @@ -69,6 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +autoreconf -fiv CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |