From: Todd C. Miller Date: Fri, 9 Mar 2012 15:07:00 +0000 (-0500) Subject: Honor LDFLAGS when linking sesh; from Vita Cizek X-Git-Tag: SUDO_1_8_4p3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b93a0abcd3aca5c4483c14416e081987a78e881a;p=sudo Honor LDFLAGS when linking sesh; from Vita Cizek --HG-- branch : 1.8 --- diff --git a/src/Makefile.in b/src/Makefile.in index cf89c8562..5e6e6ab64 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -100,7 +100,7 @@ libsudo_noexec.la: sudo_noexec.lo $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LTLDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) sesh: sesh.o error.o exec_common.o @LIBINTL@ $(LT_LIBS) - $(LIBTOOL) --mode=link $(CC) -o $@ sesh.o error.o exec_common.o @LIBINTL@ $(LIBS) -static-libtool-libs + $(LIBTOOL) --mode=link $(CC) -o $@ sesh.o error.o exec_common.o $(LDFLAGS) @LIBINTL@ $(LIBS) -static-libtool-libs pre-install: