From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLUGIN_DIR Date: Fri, 07 Mar 2008 17:18:47 +0100 Message-ID: References: <1204905381.22735.20.camel@bri1004.bri.st.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id 1DDA6245E4 for ; Fri, 7 Mar 2008 17:18:48 +0100 (CET) In-Reply-To: <1204905381.22735.20.camel@bri1004.bri.st.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Pawel MOLL Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Fri, 07 Mar 2008 15:56:21 +0000, Pawel MOLL wrote: > > Fix for alsa-lib cross-compilation problems with ALSA_CONFIG_DIR and ALSA_PLUGIN_DIR > > "./configure" options for selecting ALSA configuration (default > /usr/share/alsa) and plugin (/usr/lib/alsa-lib) directories introduced > by alsa-hg/alsa-lib changeset 2284 cause problems with cross-compilation > and packaging - there is no way to redefine them in runtime, during > installation phase. > > This patch adds a level of indirection between constants and their > usage - alsaconfigdir for ALSA_CONFIG_DIR and alsaplugindir for > ALSA_PLUGIN_DIR - which can be redefined during "make install" stage. > > Signed-off-by: Pawel MOLL Looks good. Now applied to HG tree. Thanks! Takashi