Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: 3219428f5f7408d27c5fed7909c3ac80c9be3549
      
https://github.com/mailru/tarantool/commit/3219428f5f7408d27c5fed7909c3ac80c9be3549
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M cmake/FindReadline.cmake

  Log Message:
  -----------
  Fix broken (crashing) command line client on Ubuntu Precise

libreadline already goes with libhistory compiled in,
no reason to add it to the dynamically linked library
list.
Apparently, explicitly listing libhistory leads to
the dl loader pre-loading it instead of the compiled-in
version, which, in turn, leads to a crash on the first
history search in the command line client.

The fix is to remove cmake dependency on libhistory
as well as on libncurses, which we don't need either
(always require libtermcap).


  Commit: 17781bb86b083b28c4b42ff82b3f033955c93ced
      
https://github.com/mailru/tarantool/commit/17781bb86b083b28c4b42ff82b3f033955c93ced
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M cmake/FindReadline.cmake

  Log Message:
  -----------
  Merge branch 'stable'


Compare: https://github.com/mailru/tarantool/compare/37907700400a...17781bb86b08
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to