search for: 162c162

Displaying 1 result from an estimated 1 matches for "162c162".

Did you mean: 163c162
2004 Jan 14
2
Remap not enabled on some builds...
...this problem by adding ../lib/libxtra.a to TFTPD_LIBS and TFTP_LIBS without adding it 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"