]> git.pld-linux.org Git - packages/boost-jam.git/commitdiff
- 3.1.17
authorlisu <lisu@pld-linux.org>
Mon, 1 Dec 2008 11:36:44 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix problem with empty quotes when passing CFLAGS

Changed files:
    boost-jam.spec -> 1.16

boost-jam.spec

index fc02351a8738f198af5a9c0b3c12dd8e14d57e84..2e293cc8389f3b352400db9895ec8276ef43c9b4 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Boost Jam - build tool
 Summary(pl.UTF-8):     Boost Jam - narzędzie do budowania
 Name:          boost-jam
-Version:       3.1.16
+Version:       3.1.17
 Release:       1
 License:       BSD-like
 Group:         Development/Tools
 Source0:       http://dl.sourceforge.net/boost/%{name}-%{version}.tgz
-# Source0-md5: 1fd96a38b1a33c365e8142eec53197e7
+# Source0-md5: f4afd896788f2327fd35c128ddc6e340
 URL:           http://www.boost.org/
 BuildRequires: docbook-dtd41-sgml
 BuildRequires: docbook-utils
@@ -32,12 +32,13 @@ ale powinien być wstecznie kompatybilny z Perforce Jam.
 %setup -q
 
 %{__perl} -pi -e 's/-s -O /%{rpmldflags} /' build.jam
+# CFLAGS must be given in this way to avoid incorrect "" argument when building
+%{__perl} -pi -e 's/\$\(CFLAGS\)/%{rpmcflags}/' build.jam
 
 %build
 CC="%{__cc}" \
-CFLAGS="%{rpmcflags}" \
 LOCATE_TARGET=bin \
-./build.sh cc -d2
+./build.sh cc -d2 \
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064683 seconds and 4 git commands to generate.