udevtrigger: use the build system cflags

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18018 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2009-10-10 19:25:31 +00:00
parent 23439d3f60
commit 46b99120de

View File

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