geda: remove -L/lib workaround.

Now part of cross-cc wrapper.
This commit is contained in:
Érico Rolim 2020-12-20 18:45:08 -03:00 committed by Érico Nogueira Rolim
parent 811f311dd2
commit dbc2e9b532

View file

@ -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
}