diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-05-14 00:53:30 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-18 06:55:49 +0700 |
commit | 987e0cf2df6d617e1df73d375914c44dc27fb532 (patch) | |
tree | 3fd2dbb05fbe62c1be59b11685d8a9d4f98ea462 /libraries | |
parent | 7cc1a6f08bff1d6e593f4c6f891d1aaea334510f (diff) |
libraries/libtorrent-rasterbar: Fix building on -current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild index 88aecdbe4e3f..74022eb530ed 100644 --- a/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild +++ b/libraries/libtorrent-rasterbar/libtorrent-rasterbar.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libtorrent-rasterbar VERSION=${VERSION:-1.2.19} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +89,6 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR:PATH=lib${LIBDIRSUFFIX} \ -Dpython-bindings=ON \ - -Dpython-egg-info=ON \ -DCMAKE_BUILD_TYPE=Release .. make make install/strip DESTDIR=$PKG |