pciutils: build with lto

This commit is contained in:
Stefan Saraev 2014-04-24 20:09:20 +03:00 committed by Stephan Raue
parent bddee101f9
commit 8cb1ced06b

View File

@ -34,11 +34,6 @@ PKG_AUTORECONF="no"
PKG_MAKE_OPTS="PREFIX=/usr SHARED=no STRIP= IDSDIR=/usr/share"
pre_make_target() {
# pciutils fails building with LTO support
strip_lto
}
make_target() {
make OPT="$CFLAGS" \
CROSS_COMPILE=${TARGET_PREFIX} \