summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authordevzero2000 <devzero2000>2011-06-16 13:53:42 +0000
committerdevzero2000 <devzero2000>2011-06-16 13:53:42 +0000
commit900f159e40e6002f9d041a66eacebd717112d082 (patch)
treee9de34d1b0b82e2e926e5a0724e91e63beb1783a /CHANGES
parentd3c23f2fa5c595db2c64a9f6421800415a6ad3b3 (diff)
downloadlibpopt-900f159e40e6002f9d041a66eacebd717112d082.tar.gz
redo the autofu vendor-script linker script check for openindiana native
ld, using modern and not deprecated autoconf construct. Even if the check is not perfect but it is based on a resultant ld warningi, on openindiana the result actually work with gcc and native ld. This patch also fix the build on openindiana broken by the precedent patch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1989e73..ae4cc64 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,9 @@
1.17 -> 2.0:
+ - devzero2000: redo the autofu vendor-script linker script check for openindiana native
+ ld, using modern and not deprecated autoconf construct. Even if the check is not perfect
+ but it is based on a resultant ld warningi, on openindiana the result actually work
+ with gcc and native ld. This patch also fix the build
+ on openindiana broken by the precedent patch.
- devzero2000: add missing README-prereq
- devzero2000: try to redo the bootstrap check better
- devzero2000: add configmake.h to .gitignore