diff options
Diffstat (limited to 'system/bulk_extractor')
-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 898b17a7e7..bf8d5dcc2a 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 \ |