Displaying 1 result from an estimated 1 matches for "prog_lib".
Did you mean:
proj_lib
2004 Jan 14
2
Remap not enabled on some builds...
...being built into the binaries. One can avoid 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"