The Samba-Bugzilla – Attachment 5798 Details for
Bug 7504
numerous build glitches to be fixed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix shlib build on IRIX
fix-shlibs-on-irix.patch (text/plain), 787 bytes, created by
Björn Jacke
on 2010-06-17 04:47:36 UTC
(
hide
)
Description:
fix shlib build on IRIX
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-06-17 04:47:36 UTC
Size:
787 bytes
patch
obsolete
>From 6535e29dffa2b6ae63e3e726cbffc8a94ea515d9 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Wed, 16 Jun 2010 23:36:38 +0200 >Subject: [PATCH] s3:configure: use cc for linking on IRIX and fix shlib usage > >--- > source3/configure.in | 5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 416fb67..f9d40e2 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1571,9 +1571,8 @@ DSO_EXPORTS="" > ;; > esac > BLDSHARED="true" >- LDSHFLAGS="-set_version sgi1.0 -shared" >- SONAMEFLAG="-soname " >- SHLD="\${LD}" >+ LDSHFLAGS="-Wl,-set_version,sgi1.0 -shared" >+ SONAMEFLAG="-Wl,-soname," > if test "${GCC}" = "yes"; then > PICFLAG="-fPIC" > else >-- >1.7.1 >
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
Flags:
metze
:
review+
Actions:
View
Attachments on
bug 7504
:
5776
|
5777
|
5778
|
5779
|
5780
|
5781
|
5782
|
5783
|
5784
|
5793
|
5796
| 5798