mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
parent
44753e9b1c
commit
a146e62104
1 changed files with 3 additions and 3 deletions
|
@ -48,9 +48,9 @@ build() {
|
||||||
|
|
||||||
pushd tools
|
pushd tools
|
||||||
for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
|
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
|
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
|
popd
|
||||||
cp -a dist/bin/* "${_stagedir}"/bin
|
cp -a dist/bin/* "${_stagedir}"/bin
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ build() {
|
||||||
link=shared,static \
|
link=shared,static \
|
||||||
toolset=gcc \
|
toolset=gcc \
|
||||||
python=2.7 \
|
python=2.7 \
|
||||||
cflags="${CPPFLAGS} ${CFLAGS} -O3" \
|
cflags="${CPPFLAGS} ${CFLAGS} -O3" linkflags="${LDFLAGS}" \
|
||||||
--layout=system \
|
--layout=system \
|
||||||
--prefix="${_stagedir}" \
|
--prefix="${_stagedir}" \
|
||||||
${JOBS} \
|
${JOBS} \
|
||||||
|
|
Loading…
Reference in a new issue