summaryrefslogtreecommitdiffstats
path: root/graphics/kicad/BUILD
diff options
context:
space:
mode:
authorIsmael Luceno2021-06-30 02:07:52 +0200
committerIsmael Luceno2021-06-30 02:07:52 +0200
commit598923902157b449af2fcfc2a160e2580b4cee79 (patch)
tree1bc36c23a0a01a728474b8f75d5c0351d9dce0c7 /graphics/kicad/BUILD
parent1c5eb99d7e6399dfc5288c261f986770180c440e (diff)
kicad: Remove linking workaround
Diffstat (limited to 'graphics/kicad/BUILD')
-rwxr-xr-xgraphics/kicad/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/kicad/BUILD b/graphics/kicad/BUILD
index 128ebd0022..068fe170ba 100755
--- a/graphics/kicad/BUILD
+++ b/graphics/kicad/BUILD
@@ -1,8 +1,2 @@
-# XXX workaround for linking issue with GCC 11
-case "$HOST" in
- (*-musl)
- CXXFLAGS+=' -static-libstdc++'
- ;;
-esac &&
OPTS+=' -DKICAD_USE_OCE=OFF' &&
cmake_build