From 4fab8059e7cce29b8643bf42a90de50b958011b4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 12 Aug 2015 09:43:13 +0000 Subject: Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) --- Makefile | 24 ++++++++++++------------ configure | 4 ++-- doc/index.html | 2 +- doc/upgrade.html | 7 +++++++ package/info | 2 +- 5 files changed, 23 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 31e358c..96a0028 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,8 @@ strip: $(ALL_LIBS) install: install-data install-sysdeps install-dynlib install-lib install-include install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%) install-sysdeps: $(ALL_SYSDEPS:$(sysdeps)/%=$(DESTDIR)$(sysdepdir)/%) -install-dynlib: $(SHARED_LIBS:lib%.so=$(DESTDIR)$(dynlibdir)/lib%.so) -install-lib: $(STATIC_LIBS:lib%.a=$(DESTDIR)$(libdir)/lib%.a) +install-dynlib: $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(dynlibdir)/lib%.so) +install-lib: $(STATIC_LIBS:lib%.a.xyzzy=$(DESTDIR)$(libdir)/lib%.a) install-include: $(ALL_INCLUDES:src/include/$(package)/%.h=$(DESTDIR)$(includedir)/$(package)/%.h) ifneq ($(exthome),) @@ -83,7 +83,7 @@ ifneq ($(exthome),) update: exec $(INSTALL) -l $(notdir $(home)) $(DESTDIR)$(exthome) -global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so=$(DESTDIR)$(sproot)/library.so/lib%.so) +global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so) $(DESTDIR)$(sproot)/library.so/lib%.so: $(DESTDIR)$(home)/library.so/lib%.so exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/library.so/$(2.3.6.0. +
  • The current released version of skalibs is 2.3.6.1.
  • Alternatively, you can checkout a copy of the skalibs git repository:
     git clone git://git.skarnet.org/skalibs 
  • diff --git a/doc/upgrade.html b/doc/upgrade.html index bc7b6f3..381aa8a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@

    What has changed in skalibs

    +

    in 2.3.6.1

    + + + +

    in 2.3.6.0