From 561f2730e8b137cd4e7132b05dab49f6e768ae23 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 21 Sep 2018 12:27:45 +0200 Subject: add: nasm and ipsec-mb into vpp-ext-deps packaging Change-Id: Ie5d85af84ae0d8b15edf5962213ed1b1953bee2f Signed-off-by: Damjan Marion --- build/external/rpm/vpp-ext-deps.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/external/rpm') diff --git a/build/external/rpm/vpp-ext-deps.spec b/build/external/rpm/vpp-ext-deps.spec index c79ae1205bc..e0980abe072 100644 --- a/build/external/rpm/vpp-ext-deps.spec +++ b/build/external/rpm/vpp-ext-deps.spec @@ -1,5 +1,5 @@ %define _install_dir /opt/vpp/external/%(uname -m) -%define _make_args -C ../.. DPDK_BUILD_DIR=%{_topdir}/tmp DPDK_INSTALL_DIR=%{buildroot}/%{_install_dir} +%define _make_args -C ../.. BUILD_DIR=%{_topdir}/tmp INSTALL_DIR=%{buildroot}%{_install_dir} Name: vpp-ext-deps Version: %{_version} @@ -13,6 +13,7 @@ VPP development package with external dependencies %install make %{_make_args} config make %{_make_args} install +export QA_SKIP_BUILD_ROOT=1 %files %{_install_dir} -- cgit 1.2.3-korg