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:
b0f2634
)
fix lirc compile on LINUX_KARCH != ARCH
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Aug 2008 07:48:00 +0000
(07:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Aug 2008 07:48:00 +0000
(07:48 +0000)
SVN-Revision: 12261
utils/lirc/Makefile
patch
|
blob
|
history
diff --git
a/utils/lirc/Makefile
b/utils/lirc/Makefile
index 94794cc32995775cee7f314f4e4bf4519221f09e..6498cb7e0bca3695d2f0e4a801f0750a36f1a84b 100644
(file)
--- a/
utils/lirc/Makefile
+++ b/
utils/lirc/Makefile
@@
-112,6
+112,7
@@
endef
MAKE_FLAGS += \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ ARCH="$(LINUX_KARCH)" \
all
define Package/lirc/install