From dbc2e9b5321b10560af14920ccdf96e474b2d335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 20 Dec 2020 18:45:08 -0300 Subject: [PATCH] geda: remove -L/lib workaround. Now part of cross-cc wrapper. --- srcpkgs/geda/template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/srcpkgs/geda/template b/srcpkgs/geda/template index 57b6592ce14..2e920b2d89b 100644 --- a/srcpkgs/geda/template +++ b/srcpkgs/geda/template @@ -28,13 +28,6 @@ pre_configure() { autoreconf -fi } -post_configure() { - # the build system somehow adds -L/lib to the makefiles, - # which breaks cross builds and is unnecessary for - # native builds. remove the flag - find . -name Makefile -exec sed s,-L/lib,, -i "{}" \; -} - post_install() { rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache }