~ubuntu-branches/ubuntu/trusty/vsftpd/trusty-proposed

« back to all changes in this revision

Viewing changes to vsf_findlibs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-11-06 13:40:19 UTC
  • mto: (2.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20091106134019-yak90a6hqpfszkpm
Tags: upstream-2.2.1
ImportĀ upstreamĀ versionĀ 2.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
if find_func hosts_access tcpwrap.o; then
8
8
  echo "-lwrap";
9
9
  locate_library /lib/libnsl.so && echo "-lnsl";
 
10
  locate_library /lib64/libnsl.so && echo "-lnsl";
10
11
fi
11
12
 
12
13
# Look for PAM (done weirdly due to distribution bugs (e.g. Debian) or the