From: Felix Fietkau Date: Tue, 27 Feb 2007 12:31:45 +0000 (+0000) Subject: fix alsa compile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a5508ae3e7c51ebb6c3baecf2238dfad1ae1a3b;p=librecmc%2Flibrecmc.git fix alsa compile SVN-Revision: 6401 --- diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 347ef76276..d03ae7e589 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 \