projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4dddff
)
Fix ppc64 in d/rules
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Mon, 11 Oct 2021 19:50:59 +0000
(21:50 +0200)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Mon, 11 Oct 2021 19:50:59 +0000
(21:50 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 1bad45c183285adcd95742bd4d0c2aae8f37dd0d..0af2c55a04ceb5e4db80398e4aeb3aee7f80f2d2 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-14,7
+14,7
@@
else
PARALLEL=
endif
-ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc p
ower
pc64 riscv64))
+ifneq (,$(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 riscv64))
RUN_TESTS=
else
RUN_TESTS=-DBUILD_global_tests=ON -DBUILD_TESTS=ON