OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/libdw/Makefile.in |
2 | +++ b/libdw/Makefile.in |
||
3 | @@ -1005,7 +1005,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l |
||
4 | -Wl,--enable-new-dtags,-rpath,$(pkglibdir) \ |
||
5 | -Wl,--version-script,$<,--no-undefined \ |
||
6 | -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\ |
||
7 | - -ldl -lz $(argp_LDADD) $(zip_LIBS) |
||
8 | + -ldl -lz $(argp_LDADD) $(zip_LIBS) $(LIBS) |
||
9 | @$(textrel_check) |
||
10 | $(AM_V_at)ln -fs $@ $@.$(VERSION) |
||
11 |