aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorPatrick Palka <patrick@parcs.ath.cx>2015-07-25 11:14:34 -0400
committerPatrick Palka <patrick@parcs.ath.cx>2015-07-25 11:35:02 -0400
commitb558ff043d41ba8d17a82f5f9ae5f9dade66160e (patch)
tree81c855843093c32db086dccfc0a25874ad56fdad /readline/ChangeLog.gdb
parent18d9555c6e7c34beb40f54e670c11b76b61be13f (diff)
downloadfsf-binutils-gdb-b558ff043d41ba8d17a82f5f9ae5f9dade66160e.zip
fsf-binutils-gdb-b558ff043d41ba8d17a82f5f9ae5f9dade66160e.tar.gz
fsf-binutils-gdb-b558ff043d41ba8d17a82f5f9ae5f9dade66160e.tar.bz2
Don't build readline's shared libs by default
Since the sync to version 7.0-alpho, readline now by default builds (unused) shared libraries alongside static libraries, whereas before it only built static libraries. A couple of GDB buildbots were not happy with this change: http://gdb-build.sergiodj.net/builders/AIX-POWER7-plain/builds/240 http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/1518 To get these buildbots building again, this patch alters readline's configure.ac file to not build shared libraries by default, as was the case with readline 6.2. A more permanent fix may be to alter the top-level Makefile.def to pass --disable-shared to readline, or to investigate why these building these shared libraries are giving the buildbots trouble. (I think the proximate reason why the i686 buildbot fails is because it passes CFLAGS=-m32 instead of CC="gcc -m32" to the top-level configure script, and readline's linker commands don't inherit CFLAGS. Not sure about the AIX failure.) readline/ChangeLog.gdb: * configure.ac: Default opt_shared_libs to no. * configure: Regenerate.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb5
1 files changed, 5 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 2a9a1b2..013727d 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,5 +1,10 @@
2015-07-25 Patrick Palka <patrick@parcs.ath.cx>
+ * configure.ac: Default opt_shared_libs to no.
+ * configure: Regenerate.
+
+2015-07-25 Patrick Palka <patrick@parcs.ath.cx>
+
Import readline 7.0 alpha
* configure: Regenerate.
* examples/rlfe/configure: Regenerate.