diff options
author | Damjan Marion <damarion@cisco.com> | 2018-09-21 12:27:45 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-09-21 17:51:25 +0000 |
commit | 561f2730e8b137cd4e7132b05dab49f6e768ae23 (patch) | |
tree | 102d8db51c4d9ea5ecd7d355cdf9fdeb12394539 /build/external/rpm | |
parent | d974cd4262238168db65b9d837066f7c7511a9c5 (diff) |
add: nasm and ipsec-mb into vpp-ext-deps packaging
Change-Id: Ie5d85af84ae0d8b15edf5962213ed1b1953bee2f
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external/rpm')
-rw-r--r-- | build/external/rpm/vpp-ext-deps.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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} |