summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-03-23 16:55:13 +0000
committerdes <des@FreeBSD.org>2006-03-23 16:55:13 +0000
commit99415d830f9163d5b3ef2c183bd90f8c7aa83b0b (patch)
tree4e2391d88f93000f4d3930d2f1bf119eea88dad6 /lib/libc
parentbf0f018e8756248ddc5a00eaa278e32fadcee10b (diff)
downloadFreeBSD-src-99415d830f9163d5b3ef2c183bd90f8c7aa83b0b.zip
FreeBSD-src-99415d830f9163d5b3ef2c183bd90f8c7aa83b0b.tar.gz
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
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/inet/Makefile.inc2
-rw-r--r--lib/libc/nameser/Makefile.inc2
-rw-r--r--lib/libc/resolv/Makefile.inc2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/inet/Makefile.inc b/lib/libc/inet/Makefile.inc
index 27ff992..0e6cc39 100644
--- a/lib/libc/inet/Makefile.inc
+++ b/lib/libc/inet/Makefile.inc
@@ -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
diff --git a/lib/libc/nameser/Makefile.inc b/lib/libc/nameser/Makefile.inc
index 2bbb12f..05b4f55 100644
--- a/lib/libc/nameser/Makefile.inc
+++ b/lib/libc/nameser/Makefile.inc
@@ -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
diff --git a/lib/libc/resolv/Makefile.inc b/lib/libc/resolv/Makefile.inc
index 8e4366c..c185b47 100644
--- a/lib/libc/resolv/Makefile.inc
+++ b/lib/libc/resolv/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud