From 598923902157b449af2fcfc2a160e2580b4cee79 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Wed, 30 Jun 2021 02:07:52 +0200 Subject: kicad: Remove linking workaround --- graphics/kicad/BUILD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'graphics/kicad/BUILD') 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 -- cgit v1.2.3