forked from mirrors/tftp-hpa-google
remap: *actually* build, and fix masked logic errors
Well, now it is actually being compiled, and should hopefully work again... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
33ec23c0dc
commit
2c86ff58dc
3 changed files with 60 additions and 59 deletions
|
@ -181,7 +181,8 @@ PA_ARG_DISABLED([remap],
|
|||
[AS_IF([test x"$ac_cv_header_regex_h" = xyes],
|
||||
[AC_SEARCH_LIBS(regcomp, [regex rx],
|
||||
[AC_DEFINE([WITH_REGEX], 1,
|
||||
[Define if we are compiling with regex filename remapping.])])])])
|
||||
[Define if we are compiling with regex filename remapping.])
|
||||
TFTPDOBJS="remap.\$(O) $TFTPOBJS"])])])
|
||||
|
||||
TFTPD_LIBS="$LIBS $XTRALIBS"
|
||||
LIBS="$common_libs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue