rpms/boost/devel boost.spec,1.66,1.67

Petr Machata pmachata at fedoraproject.org
Tue Oct 13 12:02:57 UTC 2009


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11068

Modified Files:
	boost.spec 
Log Message:
* Sun Oct 11 2009 Jitesh Shah <jiteshs at marvell.com> 1.39.0-6.fa1
- Disable long double support for ARM



Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- boost.spec	8 Sep 2009 15:02:02 -0000	1.66
+++ boost.spec	13 Oct 2009 12:02:57 -0000	1.67
@@ -1,7 +1,12 @@
+%define disable_long_double 0
+%ifarch %{arm}
+%define disable_long_double 1
+%endif
+
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.39.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: Boost
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -244,7 +249,10 @@ REGEX_FLAGS="--with-icu"
 
 BUILD_VARIANTS="variant=release threading=single,multi debug-symbols=on"
 BUILD_FLAGS="-d2 --layout=system $BUILD_VARIANTS"
-$BJAM $BUILD_FLAGS %{?_smp_mflags} stage 
+%if %{disable_long_double}
+LONG_DOUBLE_FLAGS="--disable-long-double"
+%endif
+$BJAM $BUILD_FLAGS $LONG_DOUBLE_FLAGS %{?_smp_mflags} stage 
 
 # build docs, requires a network connection for docbook XSLT stylesheets
 %if %{with docs_generated}
@@ -438,6 +446,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Sun Oct 11 2009 Jitesh Shah <jiteshs at marvell.com> 1.39.0-6.fa1
+- Disable long double support for ARM
+
 * Tue Sep 08 2009 Karsten Hopp <karsten at redhat.com> 1.39.0-6
 - bump release and rebuild as the package was linked with an old libicu 
   during the mass rebuild on s390x




More information about the fedora-extras-commits mailing list