Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports.cross
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b9c685c8c25d
Choose a base ref
...
head repository: haikuports/haikuports.cross
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 894fb0cf70df
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 21, 2021

  1. Add DCMAKE_BUILD_TYPE=release to libsolv_bootstrap

    Needed by current haikuporter
    tqh committed Oct 21, 2021
    Copy the full SHA
    70e6bce View commit details
  2. Add DCMAKE_BUILD_TYPE=release flag to zlib_bootstrap recipe

    Needed by newer haikuporter
    tqh committed Oct 21, 2021
    Copy the full SHA
    894fb0c View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 dev-libs/libsolv_bootstrap/libsolv_bootstrap-0.3.0_haiku_2014_12_22.recipe
  2. +1 −1 sys-libs/zlib_bootstrap/zlib_bootstrap-1.2.11.recipe
Original file line number Diff line number Diff line change
@@ -78,6 +78,7 @@ EOF
-DHAIKU_BE_LIBRARY=$systemDevelLibDir/libbe.so \
-DHAIKU_NETWORK_LIBRARY=$systemDevelLibDir/libnetwork.so \
-DHAIKU_PACKAGE_LIBRARY=$systemDevelLibDir/libpackage.so \
-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX:PATH=$prefix \
-DLIB=$relativeLibDir \
..
2 changes: 1 addition & 1 deletion sys-libs/zlib_bootstrap/zlib_bootstrap-1.2.11.recipe
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ BUILD()
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
EOF

cmake -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
-DCMAKE_INSTALL_PREFIX:PATH=$prefix ..

# The build host might still sport a cmake which doesn't know Haiku's gcc 4