[saga] 01/03: Update ARM fix

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Aug 12 17:39:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit 1088989b8cf17f83c1a3504cb7bd83e6776898d4
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Aug 12 18:49:33 2014 +0200

    Update ARM fix
---
 debian/rules | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1b7475e..b27f35a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,13 @@
 CFLAGS+=$(CPPFLAGS)
 DEB_BUILD_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU 2>/dev/null)
 ifeq ($(DEB_BUILD_ARCH_CPU), arm)
-    DISABLE_GUI := '--disable-gui'
+    DISABLE_GUI := --disable-gui
 else ifeq ($(DEB_BUILD_ARCH_CPU), armhf)
-    DISABLE_GUI := '--disable-gui'
+    DISABLE_GUI := --disable-gui
+else ifeq ($(DEB_BUILD_ARCH_CPU), armel)
+    DISABLE_GUI := --disable-gui
 else
-    DISABLE_GUI := ''
+    DISABLE_GUI := 
 endif
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git



More information about the Pkg-grass-devel mailing list