commit | 2d1380f8115643441aff6ffce77b214579b8cbfd | [log] [tgz] |
---|---|---|
author | Jason Zaman <jason@perfinion.com> | Mon Oct 31 23:52:27 2016 +0800 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Oct 31 12:50:24 2016 -0400 |
tree | b1f34557cbc3edca571fc64717f5458e70a214ad | |
parent | 3a8f55efc01ca6b7e957136a8d162fb8093f5601 [diff] |
libsepol: Add symver with explicit version to build with ld.gold The blank default symver fails to compile with ld.gold. This updates the symver from blank to LIBSEPOL_1.0. The dynamic linker will first look for the symbol with the explicit version specified. If there is none, it will pick the first listed symbol so there is no breakage. This also matches how symvers are defined in libsemanage. Signed-off-by: Jason Zaman <jason@perfinion.com>