]> git.pld-linux.org Git - packages/libunwind.git/blob - libunwind-generic.patch
- updated to 1.0.1 (note: new sonames)
[packages/libunwind.git] / libunwind-generic.patch
1 --- libunwind-1.0/src/Makefile.am.orig  2011-08-28 06:58:20.000000000 +0200
2 +++ libunwind-1.0/src/Makefile.am       2011-09-11 07:52:45.723337644 +0200
3 @@ -332,7 +332,7 @@
4  #
5  install-exec-hook:
6         $(LN_S) -f libunwind-$(arch).a  $(DESTDIR)$(libdir)/libunwind-generic.a
7 -       if test -f $(DESTDIR)$(libdir)/libunwind-generic.so; then \
8 +       if test -f $(DESTDIR)$(libdir)/libunwind-$(arch).so; then \
9             $(LN_S) -f libunwind-$(arch).so \
10                 $(DESTDIR)$(libdir)/libunwind-generic.so; \
11         fi
This page took 0.044779 seconds and 3 git commands to generate.