aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-07-30 12:41:54 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-07-30 12:41:54 -0400
commit76456b12895c804e825a6ac4f62e8dd0377b254d (patch)
tree119c491a22cba676372dc4f2a647eabdb5604288
parentconfigure.ac: Build fix-gnustack conditionally on --enable-ptpax (diff)
downloadelfix-76456b12895c804e825a6ac4f62e8dd0377b254d.tar.gz
elfix-76456b12895c804e825a6ac4f62e8dd0377b254d.tar.bz2
elfix-76456b12895c804e825a6ac4f62e8dd0377b254d.zip
ChangeLog, TODO: updated
-rw-r--r--ChangeLog7
-rw-r--r--TODO1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8119307..3a66e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-30
+
+ * Build fix-gnustack conditionally on --enable-ptpax to avoid dependancy
+ on elfutils or libelf when it needed for fix-gnustack but not paxctl-ng.
+ The future solution will be break out fix-gnustack.
+ See: https://bugs.gentoo.org/518524
+
2014-06-07
* Switch from error() to errx() in fix-gnustack.c and paxctl-ng.c to
diff --git a/TODO b/TODO
index 3a16c66..a61aa2c 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
* src/paxctl-ng.c, scripts/paxmodule.c: reduce the shared code to a convenience library
* misc/revdep-pax-np: (non-gentoo) use $PATH to find all exe's and ldd for libraries
+ * Break out fix-gnustack into its own package. See: https://bugs.gentoo.org/518524