summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 17:08:13 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 17:08:13 +0000
commitae8de717aa0507d069a5b76dd20efdb915400f3e (patch)
tree7b10ee7cb06011e4e12f04b285ee2a382ed98ae6
parent6f351387690c2200c5ff8ab461315e42281b7b97 (diff)
downloadFreeBSD-src-ae8de717aa0507d069a5b76dd20efdb915400f3e.zip
FreeBSD-src-ae8de717aa0507d069a5b76dd20efdb915400f3e.tar.gz
Don't enable symbol versioning for librt by default just yet.
-rw-r--r--lib/librt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile
index 00d8cda..dee4baa 100644
--- a/lib/librt/Makefile
+++ b/lib/librt/Makefile
@@ -11,6 +11,8 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c
PRECIOUSLIB=
+.if defined(SYMVER_ENABLED)
VERSION_MAP= ${.CURDIR}/Version.map
+.endif
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud