From a146e6210447c8251e43531f28a5e2373e9d1f3a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 31 Mar 2014 23:16:21 +0000 Subject: [PATCH] Revert "extra/boost fixes" This reverts commit e8ed09bffbcf503339f16cb3f0bb57cb14da6f75. --- extra/boost/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index ac4b3fe34..4060f3e40 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -48,9 +48,9 @@ build() { pushd tools for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do - "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" $_tool + "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -std=gnu++11 -O3" linkflags="${LDFLAGS}" $_tool done - "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -O3" library_status + "${_stagedir}"/bin/b2 --toolset=gcc cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" library_status popd cp -a dist/bin/* "${_stagedir}"/bin @@ -72,7 +72,7 @@ build() { link=shared,static \ toolset=gcc \ python=2.7 \ - cflags="${CPPFLAGS} ${CFLAGS} -O3" \ + cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" \ --layout=system \ --prefix="${_stagedir}" \ ${JOBS} \