summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-02-06 11:19:04 +0100
committerGard Spreemann <gspr@nonempty.org>2020-02-06 11:19:04 +0100
commit1c9ce27e453f2752804fe91173143f5f03b6252d (patch)
tree8ee96a5b01990efc79c69738c9e281165392aea1 /debian/rules
parentb015e55802dcf4f907006b97598fc36c997991ea (diff)
Drop big endian patch, now supported upstream.new-queue/20200206debian/1.1.20200206.286d36-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index f87a3b9..1107de0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,6 @@ CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-ENDIANNESS:=$(shell dpkg-architecture -qDEB_TARGET_ARCH_ENDIAN)
-
-ifeq (big, $(ENDIANNESS))
- CPPFLAGS+=-DBIGENDIAN
-endif
-
%:
dh $@