[Buildroot] svn commit: trunk/buildroot/package: audio/libogg audio/libvorbis docker edit etc...

Markus Heidelberg markus.heidelberg at web.de
Sun Oct 26 13:37:05 UTC 2008


jacmet at uclibc.org, 26.10.2008:
> Author: jacmet
> Date: 2008-10-25 23:19:43 -0700 (Sat, 25 Oct 2008)
> New Revision: 23794
> 
> Log:
> package: cleanup PKG_CONFIG_SYSROOT
> 
> PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in,
> so there's no need to set it in the makefiles of the individual
> packages as well.
> 
> Based on a patch by Markus Heidelberg.
> 
> Modified:
>    trunk/buildroot/package/audio/libogg/libogg.mk
>    trunk/buildroot/package/audio/libvorbis/libvorbis.mk
>    trunk/buildroot/package/docker/docker.mk
>    trunk/buildroot/package/editors/vim/vim.mk
> 
> 
> Modified: trunk/buildroot/package/docker/docker.mk
> ===================================================================
> --- trunk/buildroot/package/docker/docker.mk	2008-10-26 06:03:23 UTC (rev 23793)
> +++ trunk/buildroot/package/docker/docker.mk	2008-10-26 06:19:43 UTC (rev 23794)
> @@ -14,10 +14,7 @@
>  					CFLAGS="-I$(STAGING_DIR)/usr/include \
>  						-I$(STAGING_DIR)/usr/include/glib-2.0 \
>  						-I$(STAGING_DIR)/usr/lib/glib-2.0/include" \
> -					LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
> -					PKGCONFIG="$(STAGING_DIR)/usr/bin/pkg-config" \
> -					PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
> -					PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"
> +					LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib"

I think this will break docker, because MAKE_OPT is affected, not CONF_OPT.
And I just noticed that docker doesn't use autotools at all.

Markus




More information about the buildroot mailing list