From: Todd C. Miller Date: Wed, 31 Mar 2010 09:44:17 +0000 (-0400) Subject: Move --tag=disable-static to when we link sudoers.la, not when X-Git-Tag: SUDO_1_8_0~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a98967119ccb7b0af9da85fa47f32bbf23d97b2;p=sudo Move --tag=disable-static to when we link sudoers.la, not when we install. --- diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 17b4ef85f..2830b38f8 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -140,7 +140,7 @@ libsudoers.la: $(LIBSUDOERS_OBJS) $(LIBTOOL) --mode=link $(CC) -o $@ $(LIBSUDOERS_OBJS) -no-install sudoers.la: $(SUDOERS_OBJS) libsudoers.la - $(LIBTOOL) --mode=link $(CC) $(SUDOERS_LDFLAGS) -o $@ $(SUDOERS_OBJS) libsudoers.la $(SUDOERS_LIBS) -module -avoid-version -rpath $(plugindir) + $(LIBTOOL) --tag=disable-static --mode=link $(CC) $(SUDOERS_LDFLAGS) -o $@ $(SUDOERS_OBJS) libsudoers.la $(SUDOERS_LIBS) -module -avoid-version -rpath $(plugindir) visudo: libsudoers.la $(VISUDO_OBJS) $(LIBTOOL) --mode=link $(CC) -o $@ $(VISUDO_OBJS) $(LDFLAGS) libsudoers.la $(LIBS) $(NET_LIBS) @@ -301,7 +301,7 @@ install-binaries: visudo sudoreplay install-dirs $(INSTALL) -O $(install_uid) -G $(install_gid) -M 0111 -s visudo $(DESTDIR)$(visudodir)/visudo install-plugin: sudoers.la install-dirs - $(LIBTOOL) --tag=disable-static --mode=install $(INSTALL) sudoers.la $(DESTDIR)$(plugindir) + $(LIBTOOL) --mode=install $(INSTALL) sudoers.la $(DESTDIR)$(plugindir) install-man: