The Samba-Bugzilla – Attachment 5093 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]
reviesed patch
talloc.diff (text/plain), 1.27 KB, created by
Brian Lu (mail address dead)
on 2009-12-17 01:01:11 UTC
(
hide
)
Description:
reviesed patch
Filename:
MIME Type:
Creator:
Brian Lu (mail address dead)
Created:
2009-12-17 01:01:11 UTC
Size:
1.27 KB
patch
obsolete
>From bae47ee6648b7e91f8b0fb0ee24beb93053a0d86 Mon Sep 17 00:00:00 2001 >From: Brian Lu <brian.lu@sun.com> >Date: Thu, 17 Dec 2009 14:48:59 +0800 >Subject: [PATCH] talloc: create symbol links to shared libraries see https://bugzilla.samba.org/show_bug.cgi?id=6991 for details > >--- > lib/talloc/talloc.mk | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/lib/talloc/talloc.mk b/lib/talloc/talloc.mk >index a563d61..fc90f4d 100644 >--- a/lib/talloc/talloc.mk >+++ b/lib/talloc/talloc.mk >@@ -1,5 +1,6 @@ > TALLOC_OBJ = $(tallocdir)/talloc.o > >+TALLOC_SHLIB = libtalloc.$(SHLIBEXT) > TALLOC_SOLIB = libtalloc.$(SHLIBEXT).$(TALLOC_VERSION) > TALLOC_SONAME = libtalloc.$(SHLIBEXT).$(TALLOC_VERSION_MAJOR) > TALLOC_STLIB = libtalloc.a >@@ -25,6 +26,10 @@ install:: all > if [ -f talloc.3 ];then ${INSTALLCMD} -m 644 talloc.3 $(DESTDIR)$(mandir)/man3; fi > which swig >/dev/null 2>&1 && ${INSTALLCMD} -d $(DESTDIR)`swig -swiglib` || true > which swig >/dev/null 2>&1 && ${INSTALLCMD} -m 644 talloc.i $(DESTDIR)`swig -swiglib` || true >+ rm -f $(DESTDIR)$(libdir)/$(TALLOC_SONAME) >+ ln -s $(TALLOC_SOLIB) $(DESTDIR)$(libdir)/$(TALLOC_SONAME) >+ rm -f $(DESTDIR)$(libdir)/$(TALLOC_SHLIB) >+ ln -s $(TALLOC_SOLIB) $(DESTDIR)$(libdir)/$(TALLOC_SHLIB) > > doc:: talloc.3 talloc.3.html > >-- >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