diff options
Diffstat (limited to 'package/libs/elfutils/patches/006-libdw_LIBS.patch')
-rw-r--r-- | package/libs/elfutils/patches/006-libdw_LIBS.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libs/elfutils/patches/006-libdw_LIBS.patch b/package/libs/elfutils/patches/006-libdw_LIBS.patch deleted file mode 100644 index 59967e1488..0000000000 --- a/package/libs/elfutils/patches/006-libdw_LIBS.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libdw/Makefile.in -+++ b/libdw/Makefile.in -@@ -1005,7 +1005,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) - |