mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Ports: Drop Python bindings for Boost
Building Boost failed in at least 2 cases using Python 3.11. Since there is currently no known usage of Boost's Python binding by ports, we drop the dependency to make the port install successfully again.
This commit is contained in:
parent
93357a8b70
commit
4a83fb1b12
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/fdellwing Commit: https://github.com/SerenityOS/serenity/commit/4a83fb1b12 Pull-request: https://github.com/SerenityOS/serenity/pull/19813 Reviewed-by: https://github.com/gmta ✅
1 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ depends=(
|
|||
'zstd'
|
||||
'xz'
|
||||
'libicu'
|
||||
'python3'
|
||||
)
|
||||
files="https://boostorg.jfrog.io/artifactory/main/release/${version}/source/boost_${version//./_}.tar.bz2 boost_${version//./_}.tar.bz2 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0"
|
||||
auth_type='sha256'
|
||||
|
@ -20,7 +19,7 @@ bjamopts=(
|
|||
)
|
||||
|
||||
configure() {
|
||||
run ./bootstrap.sh --with-icu=${DESTDIR}/usr/local --prefix=${DESTDIR}/usr/local
|
||||
run ./bootstrap.sh --with-icu=${DESTDIR}/usr/local --prefix=${DESTDIR}/usr/local --without-libraries=python
|
||||
echo "using gcc : : $CXX ;" >$workdir/user-config.jam
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue