aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2016-11-10 17:02:50 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2016-11-10 17:02:50 +0000
commit65dacb96bd463914cc92277db89ec5d3a6468d5a (patch)
treeb93e96c393dc6af0728e93280f489a8453f0cf55
parent5f7e9d4586d361e9855e60b2dfdc31b8540e446d (diff)
Add changelog entry for -fno-PIE kernel module build fix
Change-Id: I9e978f7aa7f0820049414180963aa31827a66bb6 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ff1fba5..9c7296fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,8 @@ dpdk (16.07-2~git1) UNRELEASED; urgency=medium
[ Luca Boccassi ]
* Fix DKMS build to use the requested kernel version rather than the running
one. (Closes: #843864)
+ * Fix kernel modules build failures due to the new -fPIE default by passing
+ -fno-PIE.
-- Santiago Ruano Rincón <santiagorr@riseup.net> Wed, 09 Nov 2016 16:04:15 +0100