diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 09:01:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 09:01:07 +0700 |
commit | 7c40d4aa5a26eb1ab13593c3ae6294fbaf95459f (patch) | |
tree | cda7bd02c5cdc8d0f850e16b11aad95f084fd654 /system/s3ql | |
parent | 152e41db5eafcfd9f563b20cd7a54e64452d3645 (diff) |
system/s3ql: Fix Build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s3ql')
-rw-r--r-- | system/s3ql/s3ql.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/s3ql/s3ql.SlackBuild b/system/s3ql/s3ql.SlackBuild index 6de54b14e3813..c111c2125cb3d 100644 --- a/system/s3ql/s3ql.SlackBuild +++ b/system/s3ql/s3ql.SlackBuild @@ -83,7 +83,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ -python3 setup.py install --root $PKG --optimize=1 +python3 setup.py build_cython install --root $PKG --optimize=1 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |