projects
/
mathgl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677905c
)
Try to fix FTBFS on mips and mipsel arches
author
Dimitrios Eftaxiopoulos
<eftaxi12@otenet.gr>
Tue, 4 Dec 2018 15:52:16 +0000
(17:52 +0200)
committer
Dimitrios Eftaxiopoulos
<eftaxi12@otenet.gr>
Tue, 4 Dec 2018 15:52:16 +0000
(17:52 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 64beed8bb53af73f9785f4ca26adb5f542cdd1a5..40599c92e414d4748be68eea48b41dcf709b67a9 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-10,6
+10,12
@@
export DH_VERBOSE=1
export DH_OPTIONS=-v
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+ export DEB_CXXFLAGS_MAINT_APPEND = -g0
+endif
+
DOTTED:=`py3versions -d | sed 's/python//' `
NODOT:=`py3versions -d | sed 's/\.//' | sed 's/python//' `