From 24f38da71b1922505e78bdecb496c882cd060402 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 18 Jul 2016 21:20:33 -0300 Subject: [PATCH] Fix libdpdk-dev headers path Since libdpdk-dev.dirs was removed, we need to manually create the correct includes path for libdpdk-dev. Change-Id: I9abd78ed4567623590a1d5480df488a74787156a Signed-off-by: Ricardo Salveti --- debian/changelog | 4 +++- debian/rules | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b788bf15..2acfdf8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,9 @@ dpdk (16.07-rc3-1) UNRELEASED; urgency=medium * update symbols [ Ricardo Salveti de Araujo ] - * debian/rules: allow all make commands to be verbose + * debian/rules: + - Allow all make commands to be verbose + - Fix libdpdk-dev headers path -- Christian Ehrhardt Tue, 19 Jul 2016 08:32:06 +0200 diff --git a/debian/rules b/debian/rules index 8329ae33..42e58bad 100755 --- a/debian/rules +++ b/debian/rules @@ -142,6 +142,7 @@ binary-arch: # linker script mv debian/dpdk/usr/lib/libdpdk.so debian/libdpdk-dev/$(LIBDIR)/ # includes + mkdir -p debian/libdpdk-dev/usr/include mv debian/dpdk-dev/usr/include/dpdk debian/libdpdk-dev/usr/include/ # all static libs are in the dev package mv debian/dpdk/usr/lib/lib*.a debian/libdpdk-dev/$(LIBDIR)/ -- 2.16.6