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 | 83e217aeb50ae994ac199b059ea30b3a39e35b46 (patch) | |
tree | 06d8332db6d4d2ca3804164a54ca739c6fe3f1b7 /vpp-ext-deps.spec | |
parent | e2e339a54ce86869cfbbd03775a6b8346a1748a0 (diff) |
automatic import of vpp-ext-deps
Diffstat (limited to 'vpp-ext-deps.spec')
-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 |