diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-27 12:31:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-27 12:31:45 +0000 |
commit | e70bc620f593250450eb59d9d511980921f2d06e (patch) | |
tree | 477cad53b797458c11b4ce78dcdf0bb101057e6b /package/alsa | |
parent | f75fa37629ef4bf7c4360cdf1d6651156ae3ef1b (diff) |
fix alsa compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6401 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/alsa')
-rw-r--r-- | package/alsa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsa/Makefile b/package/alsa/Makefile index 347ef7627..d03ae7e58 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 \ |