[med-svn] r14763 - in trunk/packages/cluster3/trunk/debian: . patches
Thorsten Alteholz
alteholz at alioth.debian.org
Thu Sep 26 17:48:41 UTC 2013
Author: alteholz
Date: 2013-09-26 17:48:41 +0000 (Thu, 26 Sep 2013)
New Revision: 14763
Added:
trunk/packages/cluster3/trunk/debian/patches/build-on-arm.patch
Modified:
trunk/packages/cluster3/trunk/debian/changelog
trunk/packages/cluster3/trunk/debian/patches/series
Log:
build on arm patch
Modified: trunk/packages/cluster3/trunk/debian/changelog
===================================================================
--- trunk/packages/cluster3/trunk/debian/changelog 2013-09-26 10:55:29 UTC (rev 14762)
+++ trunk/packages/cluster3/trunk/debian/changelog 2013-09-26 17:48:41 UTC (rev 14763)
@@ -1,3 +1,9 @@
+cluster3 (1.52-2) unstable; urgency=low
+
+ * add patch from Stefano Rivera (build on armhf) (Closes: #723561)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Thu, 26 Sep 2013 18:00:00 +0200
+
cluster3 (1.52-1) unstable; urgency=low
* rebuild needed for motif transition (Closes: #713062)
Added: trunk/packages/cluster3/trunk/debian/patches/build-on-arm.patch
===================================================================
--- trunk/packages/cluster3/trunk/debian/patches/build-on-arm.patch (rev 0)
+++ trunk/packages/cluster3/trunk/debian/patches/build-on-arm.patch 2013-09-26 17:48:41 UTC (rev 14763)
@@ -0,0 +1,18 @@
+Author: Stefano Rivera <stefanor at debian.org>
+Description: let pacakage build on armhf
+--- a/src/Makefile.PL
++++ b/src/Makefile.PL
+@@ -2,10 +2,10 @@
+ use Config;
+ use POSIX;
+
+-# Check if this is a 64 bit machine
++# Check if this is an arch where we need position independent code
+ my $CCFLAGS = '';
+ my $machine = (POSIX::uname())[4];
+-if ($machine =~ /64/) {
++if ($machine =~ /64|arm/) {
+ $CCFLAGS = '-fPIC';
+ }
+
+
Modified: trunk/packages/cluster3/trunk/debian/patches/series
===================================================================
--- trunk/packages/cluster3/trunk/debian/patches/series 2013-09-26 10:55:29 UTC (rev 14762)
+++ trunk/packages/cluster3/trunk/debian/patches/series 2013-09-26 17:48:41 UTC (rev 14763)
@@ -1 +1,2 @@
#compile-warnings.patch
+build-on-arm.patch
More information about the debian-med-commit
mailing list