summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-27 12:31:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-27 12:31:45 +0000
commit6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b (patch)
tree6a83d6d0117db3a4c3d67f2c81a57a6895a599bb
parent3645728cbf34731b80b6a10315072a9bcb0f8720 (diff)
downloadmtk-20170518-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.zip
mtk-20170518-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.tar.gz
mtk-20170518-6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b.tar.bz2
fix alsa compile
SVN-Revision: 6401
-rw-r--r--package/alsa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile
index 347ef76..d03ae7e 100644
--- a/package/alsa/Makefile
+++ b/package/alsa/Makefile
@@ -52,6 +52,7 @@ CONFIGURE_VARS:= \
CONFIGURE_ARGS:= \
--with-build="$(LINUX_DIR)" \
--with-kernel="$(LINUX_DIR)" \
+ --with-cross="$(KERNEL_CROSS)" \
--with-redhat=no \
--with-suse=no \
--with-oss=yes \