You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
928 B

  1. --- elfutils-0.160/libdw/Makefile.am.old 2014-11-06 03:02:12.700116452 -0200
  2. +++ elfutils-0.160/libdw/Makefile.am 2014-11-06 03:02:55.732116447 -0200
  3. @@ -110,7 +110,7 @@
  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 $(zip_LIBS)
  8. + -ldl $(zip_LIBS) x $(LIBS)
  9. if $(READELF) -d $@ | fgrep -q TEXTREL; then exit 1; fi
  10. ln -fs $@ $@.$(VERSION)
  11. --- elfutils-0.160/libdw/Makefile.in.old 2014-11-06 03:28:53.092116261 -0200
  12. +++ elfutils-0.160/libdw/Makefile.in 2014-11-06 03:29:02.528116260 -0200
  13. @@ -958,7 +958,7 @@
  14. -Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
  15. -Wl,--version-script,$<,--no-undefined \
  16. -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
  17. - -ldl $(zip_LIBS)
  18. + -ldl $(zip_LIBS) $(LIBS)
  19. if $(READELF) -d $@ | fgrep -q TEXTREL; then exit 1; fi
  20. ln -fs $@ $@.$(VERSION)