From: Todd C. Miller Date: Sun, 12 Sep 2004 16:08:25 +0000 (+0000) Subject: libtool wants to install stuff from .libs so fake one up for binary X-Git-Tag: SUDO_1_6_8p1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aa5447ab97e7568029e46726d12957a4e5ec993;p=sudo libtool wants to install stuff from .libs so fake one up for binary installations. --- diff --git a/Makefile.in b/Makefile.in index 8f5685ecc..83b56b9b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -378,6 +378,8 @@ bindist: if [ -f sudo_noexec.la ]; then \ cp libtool $$tdir ; \ $(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la `pwd`/$$tdir ; \ + ln $$tdir/sudo_noexec.la $$tdir/sudo_noexec.lai ; \ + ln -s . $$tdir/.libs ; \ fi ; \ cp $(srcdir)/INSTALL.binary $$tdir/INSTALL ; \ sh ./config.status --file=Makefile.binary && cp Makefile.binary $$tdir/Makefile ; \