mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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:
parent
37b7942cbf
commit
3a51513f8b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157049
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user