Code Review
/
deb_dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1d71bcf
)
Use dpkg's DEB_HOST* instead of manually parsing
39/9639/1
author
Luca Boccassi
<
[email protected]
>
Fri, 18 Aug 2017 09:57:28 +0000
(10:57 +0100)
committer
Luca Boccassi
<
[email protected]
>
Wed, 29 Nov 2017 23:29:26 +0000
(23:29 +0000)
Change-Id: I69663f204ae93da5d77a874af172aa59c831b813
Signed-off-by: Luca Boccassi <
[email protected]
>
(cherry picked from commit
e7dbd0d51e03526752d631031ebf5012aca9eb5c
)
Signed-off-by: Luca Boccassi <
[email protected]
>
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
8ec1287
..
bfe456e
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-9,9
+9,6
@@
include /usr/share/dpkg/default.mk
DPDK_ABI := $(shell echo $(DEB_VERSION_UPSTREAM) | cut -d '.' -f1-2)
-DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
-DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie