udevtrigger: use the build system cflags
authorFelix Fietkau <nbd@openwrt.org>
Sat, 10 Oct 2009 19:25:31 +0000 (19:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 10 Oct 2009 19:25:31 +0000 (19:25 +0000)
SVN-Revision: 18018

package/udevtrigger/Makefile

index 99b28d20defe14bd40751d68592a63debf935430..d229c13032a1c98955d9944578b01162b27119f6 100644 (file)
@@ -33,6 +33,7 @@ define Build/Compile
                CROSS_COMPILE="$(TARGET_CROSS)" \
                STRIP="/bin/true" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
+               OPTFLAGS="$(TARGET_CFLAGS)" \
                udevtrigger
 endef