It's not enough to provide symbol map files; you also have to add them

to ${SYM_MAPS}.  This unbreaks world with SYMVER_ENABLED.

Pointy hat to:	ume
This commit is contained in:
Dag-Erling Smørgrav 2006-03-23 16:55:13 +00:00
parent 37b7942cbf
commit 3a51513f8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157049
3 changed files with 6 additions and 0 deletions

View file

@ -7,3 +7,5 @@ SRCS+= inet_addr.c inet_cidr_ntop.c inet_cidr_pton.c inet_lnaof.c \
inet_makeaddr.c inet_net_ntop.c inet_net_pton.c inet_neta.c \
inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
inet_pton.c nsap_addr.c
SYM_MAPS+= ${.CURDIR}/inet/Symbol.map

View file

@ -4,3 +4,5 @@
.PATH: ${.CURDIR}/nameser
SRCS+= ns_name.c ns_netint.c ns_parse.c ns_print.c ns_samedomain.c ns_ttl.c
SYM_MAPS+= ${.CURDIR}/nameser/Symbol.map

View file

@ -5,3 +5,5 @@
SRCS+= herror.c h_errno.c mtctxres.c res_comp.c res_data.c res_debug.c \
res_init.c res_mkquery.c res_query.c res_send.c res_state.c
SYM_MAPS+= ${.CURDIR}/resolv/Symbol.map