diff options
author | deischen <deischen@FreeBSD.org> | 2015-11-29 06:14:51 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2015-11-29 06:14:51 +0000 |
commit | f6189f985274e78614a5164dd4d640e10f88d358 (patch) | |
tree | a767a874506afcb495d10c059c34de3cbd666092 /lib/librt/Makefile | |
parent | 0a5b508e9304ba72715560dae8d742a07b3a41eb (diff) | |
download | FreeBSD-src-f6189f985274e78614a5164dd4d640e10f88d358.zip FreeBSD-src-f6189f985274e78614a5164dd4d640e10f88d358.tar.gz |
Unbreak symbol versioning. I have no idea when it was broken, but it's been
at least a few months if not a year or more.
Diffstat (limited to 'lib/librt/Makefile')
-rw-r--r-- | lib/librt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index 5696610..3c16976 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -17,7 +17,8 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c PRECIOUSLIB= -VERSION_MAP= ${.CURDIR}/Version.map +VERSION_DEF=${.CURDIR}/../libc/Versions.def +SYMBOL_MAPS=${.CURDIR}/Symbol.map .if ${MK_TESTS} != "no" SUBDIR+= tests |