From e36ca3057bf806d94d2b542aac95fcef70c09300 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Wed, 10 Nov 2010 14:44:05 -0500 Subject: [PATCH] make.conf: Added ALSA_PCM_PLUGINS="*" (even though the default kernel config does not compile alsa) --- make.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/make.conf b/make.conf index c130bc4..142e6ce 100644 --- a/make.conf +++ b/make.conf @@ -3,6 +3,7 @@ CXXFLAGS="-Os -pipe" CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j2" USE="-* nptl pam unicode" +ALSA_PCM_PLUGINS="*" CLEAN_DELAY="0" AUTO_CLEAN="yes" EPAUSE_IGNORE="1"