The Samba-Bugzilla – Attachment 5094 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 tdb patch
tdb.diff (text/plain), 920 bytes, created by
Brian Lu (mail address dead)
on 2009-12-17 01:01:49 UTC
(
hide
)
Description:
revised tdb patch
Filename:
MIME Type:
Creator:
Brian Lu (mail address dead)
Created:
2009-12-17 01:01:49 UTC
Size:
920 bytes
patch
obsolete
>From db8cd743cbf5fbaca2ccda31619244ff4a83b6ee Mon Sep 17 00:00:00 2001 >From: Brian Lu <brian.lu@sun.com> >Date: Thu, 17 Dec 2009 14:39:09 +0800 >Subject: [PATCH] tdb: create symbol links to shared libraries see https://bugzilla.samba.org/show_bug.cgi?id=6991 for details > >--- > lib/tdb/tdb.mk | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/lib/tdb/tdb.mk b/lib/tdb/tdb.mk >index 267c2d1..81628e6 100644 >--- a/lib/tdb/tdb.mk >+++ b/lib/tdb/tdb.mk >@@ -78,6 +78,10 @@ installheaders:: installdirs > installlibs:: all installdirs > cp tdb.pc $(DESTDIR)$(libdir)/pkgconfig > cp $(TDB_STLIB) $(TDB_SOLIB) $(DESTDIR)$(libdir) >+ rm -f $(DESTDIR)$(libdir)/libtdb.$(SHLIBEXT) >+ ln -s $(TDB_SOLIB) $(DESTDIR)$(libdir)/libtdb.$(SHLIBEXT) >+ rm -f $(DESTDIR)$(libdir)/$(TDB_SONAME) >+ ln -s $(TDB_SOLIB) $(DESTDIR)$(libdir)/$(TDB_SONAME) > > $(TDB_STLIB): $(TDB_OBJ) > ar -rv $(TDB_STLIB) $(TDB_OBJ) >-- >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