dbus-python: pass cflags to make

This commit is contained in:
Lars Op den Kamp 2012-07-13 11:09:30 +02:00 committed by Stephan Raue
parent cbf7b1e8a4
commit 287f06f8e4

View File

@ -32,6 +32,6 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
make
make CFLAGS="$TARGET_CFLAGS"
$MAKEINSTALL