diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-05-07 08:21:39 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:26 +0700 |
commit | 188c095c5f86cc007c90f6c981e7431039bd201a (patch) | |
tree | 6b1fb67d7cccb4b0210eba251992127f811514de /system | |
parent | f60e470bf95558d991778f78dcacb246e18abdcd (diff) |
system/bulk_extractor: Fix 32bit build.
The previous fix is not needed for version 2.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/bulk_extractor/bulk_extractor.SlackBuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/bulk_extractor/bulk_extractor.SlackBuild b/system/bulk_extractor/bulk_extractor.SlackBuild index 898b17a7e752..bf8d5dcc2a58 100644 --- a/system/bulk_extractor/bulk_extractor.SlackBuild +++ b/system/bulk_extractor/bulk_extractor.SlackBuild @@ -89,10 +89,6 @@ 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 {} \+ -# 20220323 bkw: fix 32-bit build. Ugh. -[ -z "$LIBDIRSUFFIX" ] && \ - sed -i 's,8UL,(size_t)8,g' src/be13_api/sbuf.cpp - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |