Edit

IABSD.fr/ports/lang/rust

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-09-03 19:51:47
    Hash : 9faa30cb
    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.