From: Thorsten Kukuk Date: Fri, 24 Jun 2011 10:45:27 +0000 (+0200) Subject: Fix order of libraries X-Git-Tag: v1.1.4^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e04364faedc820de207bd3c8ecd0becf0e9fa3;p=linux-pam Fix order of libraries --- diff --git a/ChangeLog b/ChangeLog index fadefd96..07f120f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * libpam/Makefile.am: Bump release number of shared library * po/de.po: Translate new string. + * modules/pam_unix/Makefile.am (pam_unix_la_LIBADD): Reorder + Libraries. + 2011-06-21 Thorsten Kukuk * modules/pam_limits/pam_limits.c: Add set_all option, diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am index ba77d39f..ea5a7318 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2006, 2009 Thorsten Kukuk +# Copyright (c) 2005, 2006, 2009, 2011 Thorsten Kukuk # CLEANFILES = *~ @@ -29,8 +29,8 @@ pam_unix_la_LDFLAGS = -no-undefined -avoid-version -module if HAVE_VERSIONING pam_unix_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map endif -pam_unix_la_LIBADD = $(NIS_LIBS) -L$(top_builddir)/libpam -lpam \ - @LIBCRYPT@ @LIBSELINUX@ +pam_unix_la_LIBADD = -L$(top_builddir)/libpam -lpam \ + @LIBCRYPT@ @LIBSELINUX@ $(NIS_LIBS) securelib_LTLIBRARIES = pam_unix.la