~vcs-imports/nut:pull_362_ltdl

Last commit made on 2017-01-19
Get this branch:
git clone -b pull_362_ltdl https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
pull_362_ltdl
Repository:
lp:~vcs-imports/nut

Recent commits

fe71167... by Jim Klimov <email address hidden>

common.c : revised upsdebugx() and upslogx() calls to not trail an extra newline

5abf188... by Jim Klimov <email address hidden>

Add support for system library directories with names based on short target/build/host OS spec too

d37b2ad... by Jim Klimov <email address hidden>

Add support for system library directories with names based on target/build/host OS spec (for GCC at least)

aa4c238... by Jim Klimov <email address hidden>

common.c : added logging and small optimizations during get_libname()

2b38ef2... by Jim Klimov <email address hidden>

common.c : add /usr/local/lib64 to search path

3a65410... by Jim Klimov <email address hidden>

nutscan-init.c : We can also use libusb-compat from newer libusb-1.0 releases (issue #361)

0a26586... by Jim Klimov <email address hidden>

nut-scanner : support libneon-gnutls.so as an alternative name

1839b8b... by Carlos Dominguez <email address hidden>

Arnaud's patch applied, dynamic library bug fixed, tested!

1a838a5... by Arnaud Quette <email address hidden>

Move get_libname() to common

This function, originally created for nut-scanner, to be able to lookup for
libraries loaded using libtool loader, is now also useful for the DMF support.
This last loads libneon at runtime, to load DMF structure (including the one
for nut-scanner) and unload it once the file were read

2b0ebaf... by Jim Klimov <email address hidden>

.travis.yml : drop comment for PR #354