2015-06-15 07:46:21 +00:00
|
|
|
--- a/libdw/Makefile.in
|
|
|
|
+++ b/libdw/Makefile.in
|
2015-06-29 06:47:31 +00:00
|
|
|
@@ -991,7 +991,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
|
2015-06-14 17:43:40 +00:00
|
|
|
-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
|
|
|
|
-Wl,--version-script,$<,--no-undefined \
|
|
|
|
-Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
|
2015-06-15 07:46:21 +00:00
|
|
|
- -ldl $(argp_LDADD) $(zip_LIBS)
|
|
|
|
+ -ldl $(argp_LDADD) $(zip_LIBS) $(LIBS)
|
2015-06-14 17:43:40 +00:00
|
|
|
@$(textrel_check)
|
|
|
|
ln -fs $@ $@.$(VERSION)
|
|
|
|
|