The Samba-Bugzilla – Attachment 6087 Details for
Bug 7821
shlibs build broken on tru64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git format patch for 3.4 and 3.5
0001-3-configue-set-Tru64-cc-s-PIC-switch-right-none.patch (text/plain), 1.00 KB, created by
Björn Jacke
on 2010-11-26 02:55:45 UTC
(
hide
)
Description:
git format patch for 3.4 and 3.5
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-11-26 02:55:45 UTC
Size:
1.00 KB
patch
obsolete
>From 172402d4fa7cf84c2f27571fbaf2fc7cc658d966 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Fri, 26 Nov 2010 01:32:53 +0100 >Subject: [PATCH] =?UTF-8?q?=D1=953/configue:=20set=20Tru64=20cc's=20PIC=20switch=20right=20(none)?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >-fPIC made shared library builds fail there > >Fixes #7821 > >(cherry picked from commit dbcf73c45782c310cb7ff1f2177d410399e2f06d) >--- > source3/configure.in | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 237d22f..b34d690 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1647,7 +1647,9 @@ DSO_EXPORTS="" > BLDSHARED="true" > LDSHFLAGS="-shared" > SONAMEFLAG="-Wl,-soname," >- PICFLAG="-fPIC" >+ if test "${GCC}" = "yes"; then >+ PICFLAG="-fPIC" >+ fi > AC_DEFINE(STAT_ST_BLOCKSIZE,512) > AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly]) > ;; >-- >1.7.3.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 7821
: 6087