geda: remove -L/lib workaround.
Now part of cross-cc wrapper.
This commit is contained in:
committed by
Érico Nogueira Rolim
parent
811f311dd2
commit
dbc2e9b532
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user