e54ed44bde
libboost_python was never supposed to be linked to libpython. Hence the patch, and in turn the dependency to the python package, and in turn the package split, were never necessary.
14 lines
250 B
Diff
14 lines
250 B
Diff
diff --git a/bootstrap.sh b/bootstrap.sh
|
|
index c6f3423..52c08e6 100755
|
|
--- a/bootstrap.sh
|
|
+++ b/bootstrap.sh
|
|
@@ -30,7 +30,7 @@ if test "x$ECHO" = x; then
|
|
fi
|
|
|
|
# Internal flags
|
|
-flag_no_python=
|
|
+flag_no_python=yes
|
|
flag_icu=
|
|
flag_show_libraries=
|
|
|