From: Todd C. Miller Date: Fri, 8 Aug 2014 17:07:09 +0000 (-0600) Subject: Remove two instances of -no-fast-install that were missed before. X-Git-Tag: SUDO_1_8_11^2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd43530f0a08c6693b8097ec116f3d673331e81e;p=sudo Remove two instances of -no-fast-install that were missed before. --- diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index b0c67df6b..0631210b2 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -228,7 +228,7 @@ check_iolog_path: $(CHECK_IOLOG_PATH_OBJS) $(LT_LIBS) # We need to link check_symbols with -lpthread on HP-UX since LDAP uses threads check_symbols: $(CHECK_SYMBOLS_OBJS) $(LT_LIBS) if [ X"$(shlib_enable)" = X"yes" -a X"@LT_STATIC@" != X"" ]; then \ - $(LIBTOOL) --mode=link $(CC) -o $@ $(CHECK_SYMBOLS_OBJS) $(LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) $(LIBS) @SUDO_LIBS@ -no-fast-install; \ + $(LIBTOOL) --mode=link $(CC) -o $@ $(CHECK_SYMBOLS_OBJS) $(LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) $(LIBS) @SUDO_LIBS@; \ fi check_wrap: $(CHECK_WRAP_OBJS) $(LT_LIBS) diff --git a/src/Makefile.in b/src/Makefile.in index 29c58455a..5db5edcf4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -137,7 +137,7 @@ sesh: $(SESH_OBJS) @LIBINTL@ $(LT_LIBS) $(LIBTOOL) --mode=link $(CC) -o $@ $(SESH_OBJS) $(LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) @LIBINTL@ $(LIBS) check_ttyname: $(CHECK_TTYNAME_OBJS) $(top_builddir)/lib/util/libsudo_util.la - $(LIBTOOL) --mode=link $(CC) -o $@ $(CHECK_TTYNAME_OBJS) $(TEST_LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) $(TEST_LIBS) -no-fast-install + $(LIBTOOL) --mode=link $(CC) -o $@ $(CHECK_TTYNAME_OBJS) $(TEST_LDFLAGS) $(PIE_LDFLAGS) $(SSP_LDFLAGS) $(TEST_LIBS) pre-install: