aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-11-14 08:08:11 +0100
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2018-11-14 08:50:02 +0100
commitbe002c883918855f50e0831891d95c2b3919d0ff (patch)
tree7c8e077a22e2e64a9b5daf0d1172194b34c80f64
parent05cc40fd7944827d265f2ba118a188bc1ce55a46 (diff)
d/control: fix libnuma compile issues now available on armhf
Change-Id: I96c2b22856e4b916cdec8ba8d7a19283c7142d4d Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f5c5cce9..46fecbfe 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 10),
libjansson-dev,
libpcap-dev,
libmnl-dev,
- libnuma-dev [!armhf],
+ libnuma-dev,
libssl-dev,
meson (>= 0.41~),
pkg-config,