Link check_symbols with SUDO_LIBS to make sure we link with the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Jun 2012 14:21:05 +0000 (10:21 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Jun 2012 14:21:05 +0000 (10:21 -0400)
commitfdcc8e1fce6b8c459f6ffe731fee49c5647718d3
tree0d3105691ed3a5092e0e26d133e855fc1dab607e
parent86cececc16cfc86710edcd42581a39ea3692ad75
Link check_symbols with SUDO_LIBS to make sure we link with the
requisite libraries to successfully dlopen sudoers.so.  This is
needed on HP-UX where a program dlopen()ing a shared object that
uses pthreads must also be linked with pthreads (and HP-UX LDAP
uses pthreads).
configure
configure.in
plugins/sudoers/Makefile.in