Jeremy Huntwork wrote:

Now why the 'make install' ends up trying to run this is beyond me, because nothing like that exists in sudo's Makefile.

yeah, it is in there.  It is this line exactly:

install-noexec: sudo_noexec.la
$(LIBTOOL) --mode=install $(INSTALL) sudo_noexec.la $(DESTDIR)$(noexecdir)

$(INSTALL) = /bin/bash ./install-sh
$(LIBTOOL) = ./libtool
$(DESTDIR) = /usr
$(noexecdir) = /lib

But I still don't know why it doesn't work. I even looked through the code a bit in the libtool bash script in the package, but it is a lot of code and I can't see conflicting environment variables besides SHELL. <shrug>

Justin
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to