Skip to content

Commit

Permalink
- Add a "real" symbol version map to libasn1. The upstream version
Browse files Browse the repository at this point in the history
  of the version map just exported all the symbols, which caused a
  binutils bug being triggered when ld fails to link two objects, one
  of which exports a versioned version of the symbol, and another --
  unversioned. [1]
- Also add version map for libkafs5.

Submitted by:	jchandra@ (based on)
  • Loading branch information
stass committed Apr 8, 2012
1 parent 4630ab1 commit 72c3f70
Show file tree
Hide file tree
Showing 4 changed files with 1,618 additions and 11 deletions.
2 changes: 1 addition & 1 deletion kerberos5/lib/libasn1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LDFLAGS= -Wl,--no-undefined
INCS= asn1_err.h asn1-common.h heim_asn1.h der.h der-protos.h der-private.h
LDADD= -lcom_err -lroken
DPADD= ${LIBCOM_ERR} ${LIBROKEN}
VERSION_MAP= ${KRB5DIR}/lib/asn1/version-script.map
VERSION_MAP= ${.CURDIR}/version.map

SRCS= asn1_err.c \
asn1_err.h \
Expand Down
Loading

0 comments on commit 72c3f70

Please sign in to comment.