diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-14 19:35:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-14 19:35:00 +0000 |
commit | 21301898683004ebb8ce8f6170d25c9ed2c99935 (patch) | |
tree | 06d8332db6d4d2ca3804164a54ca739c6fe3f1b7 | |
parent | 6da0b34ada5d10e63db803c105071fae45855aa8 (diff) |
automatic import of vpp-ext-deps
-rw-r--r-- | vpp-ext-deps.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vpp-ext-deps.spec b/vpp-ext-deps.spec index 47575f9..bc7e9d2 100644 --- a/vpp-ext-deps.spec +++ b/vpp-ext-deps.spec @@ -1,9 +1,11 @@ -%global __strip /usr/bin/eu-strip -%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip %undefine __os_install_post %undefine _auto_set_build_flags %define _install_dir /opt/vpp/external/%(uname -m) %define _make_args -C build/external INSTALL_DIR=%{buildroot}%{_install_dir} +%if 0%{?openEuler} +%global __strip /usr/bin/eu-strip +%global __brp_strip_static_archive %{_rpmconfigdir}/brp-strip-static-archive /usr/bin/strip +%endif Name: vpp-ext-deps Version: 24.10 |