geda: remove -L/lib workaround.
Now part of cross-cc wrapper.
This commit is contained in:
parent
811f311dd2
commit
dbc2e9b532
1 changed files with 0 additions and 7 deletions
|
@ -28,13 +28,6 @@ pre_configure() {
|
||||||
autoreconf -fi
|
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() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
|
rm -f ${DESTDIR}/usr/share/applications/mimeinfo.cache
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue