summaryrefslogtreecommitdiffstats
path: root/package/libs/elfutils/patches/006-libdw_LIBS.patch
blob: 34c444770851b698503de805653b2d4fc3f63f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/libdw/Makefile.in
+++ b/libdw/Makefile.in
@@ -996,7 +996,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
 		-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)
+		-ldl -lz $(argp_LDADD) $(zip_LIBS) $(LIBS)
 	@$(textrel_check)
 	$(AM_V_at)ln -fs $@ $@.$(VERSION)