summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdevel/cmake/BUILD7
-rw-r--r--devel/cmake/HISTORY3
2 files changed, 0 insertions, 10 deletions
diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
index 507b3ec66d..226e57b791 100755
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,10 +1,3 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
-
# Add the path to qmake here instead of DEPENDS.
# This depends on our installation, not user choice.
if echo "$OPTS" | grep -q -- -qt-gui; then
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 0aed4c14d5..9920858e2e 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -4,9 +4,6 @@
2021-05-30 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.20.3
-2021-05-05 Ismael Luceno <ismael@sourcemage.org>
- * BUILD: Workaround linking issue with GCC 11 on musl
-
2021-04-30 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.20.2