summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-05-04 02:25:39 +0300
committerMark Wielaard <mjw@redhat.com>2015-05-04 15:56:13 +0200
commit1ab3c2befeedf5bd891cfbe17cfef79c06e5079a (patch)
treee34cd57c43b8c4cb5e97bd3bb31096f29806814b /ChangeLog
parent1ce4a45932cd01f0e8096f636adaa684b6f5c7cb (diff)
Link against standalone argp library
argp is not part of POSIX standards and not provided by uClibc or some other standard C libraries. However, it is possible to link against a breakout argp library. One is provided at http://www.lysator.liu.se/~nisse/misc/ This patch tests if libc provides argp otherwise it adds the linker flag -largp where needed in the build system. Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f727bf2b..d3e46fc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-04 Anthony G. Basile <blueness@gentoo.org>
+
+ * configure.ac (argp_LDADD): Check if libc has argp and set
+ argp_LDADD accordingly.
+
2015-05-03 Max Filippov <jcmvbkbc@gmail.com>
* configure.ac (DEMANGLE): Fix enable_demangler setting.