CVSROOT: /cvs Module name: ports Changes by: [email protected] 2016/09/03 13:51:47
Modified files:
lang/rust : Makefile
lang/rust/patches: patch-configure
Log message:
When testing the bootstrap version, the configure script failed to
use the included libraries. If a system library was bumped, the
binary wouldn't run at the configure stage, even if it ran fine
during the build.
So patch the configure script to pass LD_LIBRARY_PATH as it is done
during the build. From Sebastien Marie.
