summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-05-13 14:12:40 +0000
committerdeischen <deischen@FreeBSD.org>2007-05-13 14:12:40 +0000
commitbf3a79274dac1f6f74c4a1d126e3fb098ac9fc6c (patch)
treecedba41bbd60d21fa5e0f68f5e71c480784553bb /lib/libc/Makefile
parentb8fdd70fefcae4b85366907c61409d531b3ec165 (diff)
downloadFreeBSD-src-bf3a79274dac1f6f74c4a1d126e3fb098ac9fc6c.zip
FreeBSD-src-bf3a79274dac1f6f74c4a1d126e3fb098ac9fc6c.tar.gz
Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.
Warning, after symbol versioning is enabled, going back is not easy (use WITHOUT_SYMVER at your own risk). Change the default thread library to libthr. There most likely still needs to be a version bump for at least the thread libraries. If necessary, this will happen later.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 8a0692b..5c7848f 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -76,11 +76,9 @@ CFLAGS+= -DNS_CACHING
CFLAGS+=-D_FREEFALL_CONFIG
.endif
-.if defined(SYMVER_ENABLED)
VERSION_DEF=${.CURDIR}/Versions.def
SYMBOL_MAPS=${SYM_MAPS}
CFLAGS+= -DSYMBOL_VERSIONING
-.endif
# If there are no machine dependent sources, append all the
# machine-independent sources:
OpenPOWER on IntegriCloud