summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2011-03-28 10:39:51 +0200
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:37 +0100
commit3e20cb1b8a2b1ca222011df37334e5f4f88dd565 (patch)
tree4a753775186bc7f583f1ceb3f9aa675b6f110596 /debian/rules
parent3f0085ddbef1a44b6bb7a0b23af497d56e0025fa (diff)
parente645fc2693acc796304498909786b7b47005b429 (diff)
Imported Debian patch 2.1.3-1debian/2.1.3-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules13
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 9003360..6d8f530 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,14 @@
#export DH_VERBOSE=1
-DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
-ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
- pgm_opt := --with-pgm
-else
+# Temporarily disabled due to upstream changes in OpenPGM integration.
+# DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+#
+# ifneq (,$(filter $(DEB_HOST_ARCH),i386 amd64))
+# pgm_opt := --with-pgm
+# else
pgm_opt :=
-endif
+# endif
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))