Files
2016-01-21 23:40:00 +01:00

15 lines
418 B
Plaintext

$NetBSD: patch-ae,v 1.8 2014/08/13 10:56:36 adam Exp $
Pass CFLAGS to the compiler.
--- tools/build/src/engine/build.sh.orig 2011-02-24 08:42:55.000000000 +0000
+++ tools/build/src/engine/build.sh
@@ -237,6 +237,7 @@ case $BOOST_JAM_TOOLSET in
error_exit "Unknown toolset: $BOOST_JAM_TOOLSET"
;;
esac
+BOOST_JAM_CC="${BOOST_JAM_CC} ${CFLAGS}"
echo "###"
echo "### Using '$BOOST_JAM_TOOLSET' toolset."