From 735beec75d766bb6dff1509e7f40bee967b580d1 Mon Sep 17 00:00:00 2001 From: Aaron Conole Date: Fri, 2 Oct 2015 13:43:41 -0400 Subject: [PATCH] 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 Signed-off-by: Panu Matilainen Acked-by: Neil Horman --- dpdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index aae1ce4..1aa95d2 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -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}" |\