[eclipse-ptp] Fix build on ARM (RHBZ#987438).

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Jul 25 07:07:19 UTC 2013


commit 551aa28424262fe111606cbfb61cd9ae76c18846
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jul 25 09:07:10 2013 +0200

    Fix build on ARM (RHBZ#987438).

 eclipse-ptp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec
index 0e5a9e6..ea54cdd 100644
--- a/eclipse-ptp.spec
+++ b/eclipse-ptp.spec
@@ -21,7 +21,7 @@
 Summary:        Eclipse Parallel Tools Platform
 Name:           eclipse-ptp
 Version:        7.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/ptp
@@ -360,6 +360,7 @@ sed -i -e '/ptp.rcp.sysmon/d' releng/org.eclipse.ptp.repo/category.xml
 %build
 export JAVA_HOME=%{java_home}
 export PATH=/usr/bin:$PATH
+export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
 # Build the sdm binary
 pushd debug/org.eclipse.ptp.debug.sdm
 export CFLAGS="%{optflags}"
@@ -493,6 +494,9 @@ cp -p debug/org.eclipse.ptp.debug.sdm/bin/sdm %{buildroot}%{_libdir}/ptp/
 
 
 %changelog
+* Tue Jul 23 2013 Krzysztof Daniel <kdaniel at redhat.com> 7.0.1-2
+- Fix build on ARM (RHBZ#987438).
+
 * Mon Jul 8 2013 Orion Poplawski <orion at cora.nwra.com> - 7.0.1-1
 - Update to 7.0.1
 - Use bz2 compressed sources


More information about the scm-commits mailing list