diff options
author | Matthew Smith <mgsmith@netgate.com> | 2018-03-02 08:39:17 -0600 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-03-02 16:48:25 +0000 |
commit | 30ec82161f5dd943fbc88e5bcfccfed66d1bf1a2 (patch) | |
tree | 53988ada962a244c2599d3f2a521ac158978bb36 /extras/rpm | |
parent | a51ccb5bb56fad29f68f9acafd458fada69bd825 (diff) |
Add RPM buildtime dependency on mbedtls-devel
Update RPM spec to know about it
Change-Id: I61c7c1ce96071e3b84d792c18ff8880217b14fce
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Diffstat (limited to 'extras/rpm')
-rw-r--r-- | extras/rpm/vpp.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index a23cc1482e9..fe4f3d83999 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -70,6 +70,7 @@ BuildRequires: numactl-devel BuildRequires: autoconf automake libtool byacc bison flex BuildRequires: boost boost-devel BuildRequires: selinux-policy selinux-policy-devel +BuildRequires: mbedtls-devel Source: %{name}-%{_version}-%{_release}.tar.xz # Source: vpp-latest.tar.xz |