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:
Adrien Destugues
2021-11-06 18:56:48 +01:00
parent b02e813ae4
commit 278efefce1
3 changed files with 3 additions and 5 deletions

View File

@@ -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