mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fix build of some recipes
- Force version of boost, otherwise we get boost 1.57 and nothing works with it because it's too old - Remove now unneeded DISABLE_ASLR in haikuwebkit package (it is done correctly in the gcc11 recipe now)
This commit is contained in:
@@ -69,7 +69,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libboost_graph$secondaryArchSuffix
|
||||
devel:libboost_graph$secondaryArchSuffix >= 1.70.0
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
devel:libreadline$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user