]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libasm: Link against libebl_pic.a.
authorMark Wielaard <mark@klomp.org>
Wed, 28 Aug 2019 21:55:24 +0000 (23:55 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 28 Aug 2019 21:55:24 +0000 (23:55 +0200)
Signed-off-by: Mark Wielaard <mark@klomp.org>
libasm/ChangeLog
libasm/Makefile.am

index 05b830c8654a2a8aef123eb2bcd1eb736c7d6a63..a1abac8899b65b7ae05dbc4e1c3c2d0a6ebdbc34 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-28  Mark Wielaard  <mark@klomp.org>
+
+       * Makefile.am (libasm_so_DEPS): Replace libebl.a with libebl_pic.a.
+
 2019-03-06  Mark Wielaard  <mark@klomp.org>
 
        * asm_end.c (binary_end): Check return value of gelf_update_ehdr.
index 19fef50883687928780bf75df7bee5993ab736c3..b2bff92923c3a3481e1810c2a5de61b355f84738 100644 (file)
@@ -55,7 +55,7 @@ libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \
 libasm_pic_a_SOURCES =
 am_libasm_pic_a_OBJECTS = $(libasm_a_SOURCES:.c=.os)
 
-libasm_so_DEPS = ../lib/libeu.a ../libebl/libebl.a ../libelf/libelf.so ../libdw/libdw.so
+libasm_so_DEPS = ../lib/libeu.a ../libebl/libebl_pic.a ../libelf/libelf.so ../libdw/libdw.so
 libasm_so_LDLIBS = $(libasm_so_DEPS)
 if USE_LOCKS
 libasm_so_LDLIBS += -lpthread