]> granicus.if.org Git - sudo/commitdiff
Link libcommon before libreplace since libcommon may use functions
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 May 2010 21:48:17 +0000 (17:48 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 May 2010 21:48:17 +0000 (17:48 -0400)
only present in libreplace.

plugins/sudoers/Makefile.in
src/Makefile.in

index 37adfd1a3654ebdebab561d6d9bd8bf2251e0f3d..483440239f9bd9d7b060445fb7931debb8bd36bb 100644 (file)
@@ -44,7 +44,7 @@ YACC = @YACC@
 INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
 
 # Libraries
-LIBS = $(top_builddir)/@ac_config_libobj_dir@/libreplace.la $(top_builddir)/common/libcommon.la
+LIBS = $(top_builddir)/common/libcommon.la $(top_builddir)/@ac_config_libobj_dir@/libreplace.la
 NET_LIBS = @NET_LIBS@
 SUDOERS_LIBS = @SUDOERS_LIBS@ @AFS_LIBS@ @GETGROUPS_LIB@ $(LIBS) $(NET_LIBS) @ZLIB@
 REPLAY_LIBS = @REPLAY_LIBS@ @ZLIB@
index 55cdb9a7d5fcbe77755897a9190fc5a19fee4d09..1915e163c9ab52c9be04c2ba344128a5167ebfdc 100644 (file)
@@ -37,7 +37,7 @@ INSTALL = $(SHELL) $(top_srcdir)/install-sh -c
 
 # Libraries
 LIBS = @LIBS@ @SUDO_LIBS@ @GETGROUPS_LIB@ @NET_LIBS@ \
-       $(LIBOBJDIR)libreplace.la $(top_builddir)/common/libcommon.la
+       $(top_builddir)/common/libcommon.la $(LIBOBJDIR)libreplace.la
 
 # C preprocessor flags
 CPPFLAGS = -I$(incdir) -I$(top_builddir) -I$(srcdir) -I. @CPPFLAGS@