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 ------ graphics/kicad/HISTORY | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'graphics') 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 diff --git a/graphics/kicad/HISTORY b/graphics/kicad/HISTORY index b8238d8a0f..a5d24d5867 100644 --- a/graphics/kicad/HISTORY +++ b/graphics/kicad/HISTORY @@ -1,3 +1,6 @@ +2021-06-30 Ismael Luceno + * BUILD: removed linking workaround + 2021-05-05 Ismael Luceno * DETAILS, PRE_BUILD: updated spell to 5.1.10 * boost-1.61.patch.gz: removed, no longer needed -- cgit v1.2.3