mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00:00
Retire rtld-specific Versions.def. Symbols exported by rtld are supposed
to override weak symbols exported by libc, so by definition these two are using the same symbol version names. Reflect the reality by referring to libc's Versions.def directly.
This commit is contained in:
parent
23daef56b3
commit
effa5b4e71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169095
@ -21,9 +21,10 @@ LDFLAGS+= -shared -Wl,-Bsymbolic
|
||||
DPADD= ${LIBC_PIC}
|
||||
LDADD= -lc_pic
|
||||
|
||||
.if defined(SYMVER_ENABLED) && 0
|
||||
.if defined(SYMVER_ENABLED)
|
||||
LIBCDIR= ${.CURDIR}/../../lib/libc
|
||||
VERSION_DEF= ${LIBCDIR}/Versions.def
|
||||
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
|
||||
VERSION_DEF= ${.CURDIR}/Versions.def
|
||||
VERSION_MAP= Version.map
|
||||
LDFLAGS+= -Wl,--version-script=${VERSION_MAP}
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
FBSD_1.0 {
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
};
|
Loading…
Reference in New Issue
Block a user