The Samba-Bugzilla – Attachment 5095 Details for
Bug 6991
Create symbolic libraries when install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised tevent patch
tevent.diff (text/plain), 989 bytes, created by
Brian Lu (mail address dead)
on 2009-12-17 01:02:25 UTC
(
hide
)
Description:
revised tevent patch
Filename:
MIME Type:
Creator:
Brian Lu (mail address dead)
Created:
2009-12-17 01:02:25 UTC
Size:
989 bytes
patch
obsolete
>From f8d7df58f3f91b4868a1ce7feb0628d1a5f4513b Mon Sep 17 00:00:00 2001 >From: Brian Lu <brian.lu@sun.com> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6991
:
5090
|
5091
|
5093
|
5094
| 5095