projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b768061
)
udevtrigger: use the build system cflags
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Oct 2009 19:25:31 +0000
(19:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 10 Oct 2009 19:25:31 +0000
(19:25 +0000)
SVN-Revision: 18018
package/udevtrigger/Makefile
patch
|
blob
|
history
diff --git
a/package/udevtrigger/Makefile
b/package/udevtrigger/Makefile
index 99b28d20defe14bd40751d68592a63debf935430..d229c13032a1c98955d9944578b01162b27119f6 100644
(file)
--- a/
package/udevtrigger/Makefile
+++ b/
package/udevtrigger/Makefile
@@
-33,6
+33,7
@@
define Build/Compile
CROSS_COMPILE="$(TARGET_CROSS)" \
STRIP="/bin/true" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ OPTFLAGS="$(TARGET_CFLAGS)" \
udevtrigger
endef