Neutralize bits of ns_parse.c with bad juju.
This commit is contained in:
parent
9090144b01
commit
d5c6e8dee0
@ -9,7 +9,7 @@ LIB= res
|
||||
INTERNALLIB= true
|
||||
INTERNALSTATICLIB= true
|
||||
|
||||
SRCS= ns_date.c ns_name.c ns_parse.c ns_samedomain.c ns_sign.c ns_verify.c \
|
||||
SRCS= ns_date.c ns_name.c ns_parse%FIXED.c ns_samedomain.c ns_sign.c ns_verify.c \
|
||||
res_comp.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
|
||||
res_query.c res_send.c res_sendsigned.c res_update.c
|
||||
|
||||
@ -17,4 +17,9 @@ CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
|
||||
|
||||
NOMAN= true
|
||||
|
||||
CLEANFILES+= ns_parse%FIXED.c
|
||||
ns_parse%FIXED.c: ns_parse.c
|
||||
sed 's/struct _ns_flagdata _ns_flagdata/struct _ns_flagdata _ns_flagdata_DONT/' \
|
||||
${.ALLSRC} > ${.TARGET}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user