dpdk.spec: Rename the combined library from libintel_dpdk to libdpdk
This brings the combined library linker script inline with the upstream definition of the combined library name in DPDK 2.1.0 release. Signed-off-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Panu Matilainen <pmatilai@redhat.com> Acked-by: Neil Horman <nhorman@redhat.com>
This commit is contained in:
parent
549fcba8af
commit
735beec75d
@ -203,7 +203,7 @@ find %{buildroot}%{_includedir}/%{name}-%{version} -type f | xargs chmod 0644
|
||||
# build resolves into links to the actual used libraries which is just fine
|
||||
# for us, so this combined library is a build-time only construct now.
|
||||
|
||||
comblib=libintel_dpdk.${libext}
|
||||
comblib=libdpdk.${libext}
|
||||
|
||||
echo "GROUP (" > ${comblib}
|
||||
find %{buildroot}/%{_libdir}/ -name "*.${libext}" |\
|
||||
|
Loading…
Reference in New Issue
Block a user