Displaying 1 result from an estimated 1 matches for "190c190".
Did you mean:
101190
2004 Jan 14
2
Remap not enabled on some builds...
...to LIBS in the autoconf script.
Here is the diff between the original and modified configure.in files:
127c127
< LIBS="../lib/libxtra.a $LIBS"
---
> PROG_LIBS="../lib/libxtra.a $LIBS"
162c162
< TFTPD_LIBS="$LIBS"
---
> TFTPD_LIBS="$PROG_LIBS"
190c190
< TFTP_LIBS="$LIBS"
---
> TFTP_LIBS="$PROG_LIBS"