[liboping-changes] octo's ping library: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Apr 4 10:15:53 CEST 2017
configure.ac | 43 ++++++++++++++++++++++---------------------
src/Makefile.am | 4 ++--
src/oping.c | 30 ++++++++++++++++++------------
3 files changed, 42 insertions(+), 35 deletions(-)
New commits:
commit 8f47022a866853da6477272b2c69855a1e2cff13
Merge: 5bacc4c 6dd28d5
Author: Florian Forster <ff at octo.it>
Date: Sun Mar 19 10:53:40 2017 +0100
Merge commit 'refs/pull/15/head' of github.com:octo/liboping
commit 5bacc4ccaee4b44b1f45b8e589797ba9a4001cba
Merge: 0e90282 de2e536
Author: Florian Forster <ff at octo.it>
Date: Sun Mar 19 10:47:41 2017 +0100
Merge commit 'refs/pull/18/head' of github.com:octo/liboping
Fixes: #17
commit 0e90282ea8abe28840316e26483c39c33841ee96
Author: Florian Forster <ff at octo.it>
Date: Sat Mar 18 12:18:14 2017 +0100
oping: Uset gettimeofday(2) instead of clock_gettime(2).
clock_gettime is not available on Mac OS X :(
Fixes: #19
commit de2e53623737bbd78a7e14a8a8e016fbc5f2e397
Author: middleO <middleO at users.noreply.github.com>
Date: Sun Feb 5 11:05:39 2017 +0200
Modified noping to follow terminal emulators color palette
commit 6dd28d58d7a15aede4512185e987b5453a7e6249
Author: Thomas Deutschmann <whissi at gentoo.org>
Date: Sun Jan 15 07:22:47 2017 +0100
configure: Make use of ncurses configurable
When ncurses is found the current build system will use it to build the
"noping" utility. However, that will create an automagic dependencies on
ncurses which is a problem for some distributions.
This commit adds the ability to control the ncurses usage:
a) If the user calls "configure" like before nothing changes: Configure
tries to find a suitable ncurses installation to build "noping". If
not found build system will just skip building of "noping" utility.
b) If the user calls "configure" with new "--with-ncurses" option,
configure will now fail if no suitable ncurses installation was
found.
c) If the user calls "configure" with new "--without-ncurses" option, the
build system will now skip building of "noping" utility and ncurses
will not be used.
In addition, this commit also changes the way configure will detect
ncurses: Configure now tries to use pkg-config to find ncurses but still
falls back to previous legacy checks. This will add support for ncurses
installation built with "--with-termlib" which causes several symbols to
get moved from libncurses.so to libtinfo.so.
More information about the liboping-changes
mailing list