]> git.pld-linux.org Git - packages/boost.git/commitdiff
- use optflags, use jam -d2 to show executed commands
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Feb 2004 14:17:15 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost.spec -> 1.18

boost.spec

index 17d4456e7ebe8ca88c6c6ceb4b77300cb679f289..06d60c09c37eb7575c2f9c337e7ca10af332f1fe 100644 (file)
@@ -418,6 +418,10 @@ Dokumentacja dla biblioteki Boost C++.
 %prep
 %setup -q
 
+# don't know how to pass it through (b)jam -s (no way?)
+# due to oversophisticated build flags system
+%{__perl} -pi -e 's/ -O3 / %{rpmcflags} /' tools/build/gcc-tools.jam
+
 %build
 %if %{with python}
 PYTHON_VERSION=`python -V 2>&1 | sed 's,.* \([0-9]\.[0-9]\)\(\.[0-9]\)\?.*,\1,'`
@@ -427,6 +431,7 @@ PYTHON_ROOT=
 PYTHON_VERSION=
 %endif
 bjam \
+       -d2 \
        -sBUILD=release \
        -sPYTHON_ROOT=$PYTHON_ROOT \
        -sPYTHON_VERSION=$PYTHON_VERSION
This page took 0.036077 seconds and 4 git commands to generate.