fix lirc compile on LINUX_KARCH != ARCH

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12261 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-08-10 07:48:00 +00:00
parent 27a2008db4
commit 15d11003c5

View File

@ -112,6 +112,7 @@ endef
MAKE_FLAGS += \ MAKE_FLAGS += \
DESTDIR="$(PKG_INSTALL_DIR)" \ DESTDIR="$(PKG_INSTALL_DIR)" \
ARCH="$(LINUX_KARCH)" \
all all
define Package/lirc/install define Package/lirc/install