Pierre Labastie wrote:
Hi, Trunk jhalfs blfs tools define a variable $BUILD_ROOT, which is exported to the build script. Unfortunately, the libvpx build machinery uses a variable of the same name in its Makefile. This leads to weird errors like "vpx_config.h not found", while vpx_config.h is in the build directory... I am not sure what the correct solution is. Normally, unless the -e switch is passed to make, the environment variables should not take precedence over those defined in Makefiles. So I do not know what happened exactly. One thing's sure: unsetting BUILD_ROOT allowed the build to pass.
How about a global sed s/BUILD_ROOT/JHALFS_&/ to make it unambiguous? -- Bruce -- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
