[Buildroot] svn commit: trunk/buildroot/package/alsa-lib

Hans-Christian Egtvedt hcegtvedt at atmel.com
Thu Mar 6 18:47:35 UTC 2008


On Thu, 2008-03-06 at 09:53 -0800, ninevoltz at uclibc.org wrote:
> Author: ninevoltz
> Date: 2008-03-06 09:53:35 -0800 (Thu, 06 Mar 2008)
> New Revision: 21177
> 
> Log:
> added alsa dev directory location to configure statement
> 
> Modified:
>    trunk/buildroot/package/alsa-lib/alsa-lib.mk
> 
> 
> Changeset:
> Modified: trunk/buildroot/package/alsa-lib/alsa-lib.mk
> ===================================================================
> --- trunk/buildroot/package/alsa-lib/alsa-lib.mk	2008-03-06 17:52:37 UTC (rev 21176)
> +++ trunk/buildroot/package/alsa-lib/alsa-lib.mk	2008-03-06 17:53:35 UTC (rev 21177)
> @@ -31,7 +31,7 @@
>  		$(TARGET_CONFIGURE_ARGS) \
>  		$(TARGET_CONFIGURE_OPTS) \
>  		CFLAGS="$(TARGET_CFLAGS) $(ALSA_LIB_ABI)" \
> -		LDFLAGS="$(TARGET_LDFLAGS)" \
> +		LDFLAGS="$(TARGET_LDFLAGS) -lm" \

Huh? This should be spotted by configure.

>  		./configure \
>  		--target=$(GNU_TARGET_NAME) \
>  		--host=$(GNU_TARGET_NAME) \
> @@ -41,6 +41,8 @@
>  		--enable-shared \
>  		--enable-static \
>  		--disable-docs \
> +		--with-alsa-devdir=/dev \

Why? Better approach to make a proper mdev.conf script which puts alsa
devices into the correct place.

> +		--with-softfloat \

Architecture dependant?

>  		$(DISABLE_NLS) \
>  	)
>  	touch $@

-- 
With kind regards,
Hans-Christian Egtvedt, Applications Engineer




More information about the buildroot mailing list