mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
11 lines
275 B
Diff
11 lines
275 B
Diff
We will run cmake ourselves with our flags
|
|
--- a/bootstrap
|
|
+++ b/bootstrap
|
|
@@ -2105,6 +2105,7 @@ export CFLAGS
|
|
export CXXFLAGS
|
|
export LDFLAGS
|
|
|
|
+exit 0
|
|
# Run bootstrap CMake to configure real CMake
|
|
cmake_options="-DCMAKE_BOOTSTRAP=1"
|
|
if test -n "${cmake_verbose}"; then
|