[OpenSIPS-Devel] [OpenSIPS/opensips] 7ae769: The latest Linux distros from OpenSUSE, Fedora, an...

vladpaiu vladpaiu at opensips.org
Mon Oct 7 12:59:40 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7ae769dac06146253ea07d8d930d73f7ccaa817a
      https://github.com/OpenSIPS/opensips/commit/7ae769dac06146253ea07d8d930d73f7ccaa817a
  Author: Earl C. Ruby III <eruby at knowledgematters.net>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M menuconfig/Makefile

  Log Message:
  -----------
  The latest Linux distros from OpenSUSE, Fedora, and other non-Debian based distros no longer add symlinks for libcurses.so -> libncurses.so. Trying to compile menuconfig with -lcurses will not work on these distros, so I changed -lcurses to -lncurses, since -lncurses will work on any modern Linux distro with the ncurses5 libraries installed.

See http://stackoverflow.com/questions/1517756/whats-the-difference-between-lcurses-and-lncurses-when-compiling-c-using-ncur for more info.


  Commit: 6ce43210bd127470ef2602f89b8b8fe5cc569da5
      https://github.com/OpenSIPS/opensips/commit/6ce43210bd127470ef2602f89b8b8fe5cc569da5
  Author: vladpaiu <vladpaiu at opensips.org>
  Date:   2013-10-07 (Mon, 07 Oct 2013)

  Changed paths:
    M menuconfig/Makefile

  Log Message:
  -----------
  Merge pull request #85 from earlruby/master

Changed -lcurses to -lncurses


Compare: https://github.com/OpenSIPS/opensips/compare/ec0d05aaef41...6ce43210bd12


More information about the Devel mailing list