From f8d7df58f3f91b4868a1ce7feb0628d1a5f4513b Mon Sep 17 00:00:00 2001 From: Brian Lu Date: Thu, 17 Dec 2009 14:55:57 +0800 Subject: [PATCH] tevent: create symbol links to shared libraries see https://bugzilla.samba.org/show_bug.cgi?id=6991 for details --- lib/tevent/tevent.mk | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 694d082..f02bb4a 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -26,6 +26,10 @@ installheaders:: installdirs installlibs:: installdirs cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig cp $(TEVENT_STLIB) $(TEVENT_SOLIB) $(DESTDIR)$(libdir) + rm -f $(DESTDIR)$(libdir)/$(TEVENT_SONAME) + ln -s $(TEVENT_SOLIB) $(DESTDIR)$(libdir)/$(TEVENT_SONAME) + rm -f $(DESTDIR)$(libdir)/$(TEVENT_SOBASE) + ln -s $(TEVENT_SOLIB) $(DESTDIR)$(libdir)/$(TEVENT_SOBASE) install:: all installdirs installheaders installlibs $(PYTHON_INSTALL_TARGET) -- 1.5.6.5