mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Update to latest upstream version, 0.168. 0.168 removes the eu-ld utility and adds the eu-elfcompress utility. Requested by: emaste@, kib@ Approved by: bapt@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9240
19 lines
832 B
Text
19 lines
832 B
Text
--- libdw/Makefile.am.orig 2016-12-25 13:36:55 UTC
|
|
+++ libdw/Makefile.am
|
|
@@ -105,14 +105,14 @@ am_libdw_pic_a_OBJECTS = $(libdw_a_SOURC
|
|
libdw_so_SOURCES =
|
|
libdw.so$(EXEEXT): $(srcdir)/libdw.map libdw_pic.a ../libdwelf/libdwelf_pic.a \
|
|
../libdwfl/libdwfl_pic.a ../libebl/libebl.a \
|
|
- ../libelf/libelf.so
|
|
+ ../libelf/libelf.so ../lib/libeu.a
|
|
# The rpath is necessary for libebl because its $ORIGIN use will
|
|
# not fly in a setuid executable that links in libdw.
|
|
$(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--soname,$@.$(VERSION),-z,defs \
|
|
-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
|
|
-Wl,--version-script,$<,--no-undefined \
|
|
-Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
|
|
- -ldl -lz $(argp_LDADD) $(zip_LIBS)
|
|
+ -lz $(argp_LDADD) $(zip_LIBS)
|
|
@$(textrel_check)
|
|
$(AM_V_at)ln -fs $@ $@.$(VERSION)
|
|
|