Re: make release broken in telnetd

2001-04-01 Thread Brian Somers
Hi, I'm not convinced that the patch will help. It looks like the error is because it's using the ppp.lo that was built with crypto support but without the mppe bits. Maybe other objects (such as ccp.o in this case - which seems to be built with HAVE_DES and therefore includes

Re: make release broken in telnetd

2001-03-29 Thread Ruslan Ermilov
Hi! This was tricky. Due to the old bug in release/Makefile (it did not pass -DRELEASE_CRUNCH when building list of object files for crunched binary), ${OBJS} list for ppp was computed incorrectly, and ppp/Makefile had a special glue to build empty object files: : .if defined(RELEASE_CRUNCH) :

make release broken in telnetd

2001-03-28 Thread John Hay
Hi Ruslan, On the 26th you made changes to the Makefiles with this log message: ## Do not build (and install) both secure/ and standard versions of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1. ## Did you

Re: make release broken in telnetd

2001-03-28 Thread Ruslan Ermilov
Hi! I don't see how my changes to non-secure Makefiles might affect this. What I did is disabled building of non-secure, standard libtelnet, telnet and telnetd if we are also building the secure versions. I did not touch the secure/ versions in this commit. Moreover, the standard versions are