diff options
Diffstat (limited to 'libelf')
| -rw-r--r-- | libelf/ChangeLog | 4 | ||||
| -rw-r--r-- | libelf/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 68fb0fc1..e03ee09f 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2014-11-27 Mark Wielaard <[email protected]> + + * Makefile.am (libelf.so): Use textrel_check. + 2014-11-23 Mark Wielaard <[email protected]> * elf_getdata_rawchunk.c (elf_getdata_rawchunk): Change signed diff --git a/libelf/Makefile.am b/libelf/Makefile.am index 493e4ec1..68885293 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -103,7 +103,7 @@ libelf.so$(EXEEXT): libelf_pic.a libelf.map $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \ -Wl,--version-script,$(srcdir)/libelf.map,--no-undefined \ -Wl,--soname,$@.$(VERSION),-z,defs,-z,relro $(libelf_so_LDLIBS) - if $(READELF) -d $@ | fgrep -q TEXTREL; then exit 1; fi + $(textrel_check) ln -fs $@ $@.$(VERSION) install: install-am libelf.so |
