flashrom: link agains libudev and libkmod, needed too link against newer pciutils

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-12 02:04:12 +01:00
parent 3585439653
commit c34104feed

View File

@ -34,3 +34,7 @@ PKG_AUTORECONF="no"
PKG_MAKE_OPTS_TARGET="CC=$TARGET_CC STRIP=$STRIP PREFIX=/usr WARNERROR=no"
PKG_MAKEINSTALL_OPTS_TARGET="CC=$TARGET_CC STRIP=$STRIP PREFIX=/usr WARNERROR=no"
pre_make_target() {
export LDFLAGS="$LDFLAGS -ludev -lkmod"
}