The Samba-Bugzilla – Attachment 5698 Details for
Bug 7422
Not possible to create 64bit HP-PArisc shared libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
configure.in patch for master
0001-fix-hard-coded-compiler-name-it-is-now-possible-to.patch_master (text/plain), 1.02 KB, created by
Olaf Flebbe
on 2010-05-12 01:44:20 UTC
(
hide
)
Description:
configure.in patch for master
Filename:
MIME Type:
Creator:
Olaf Flebbe
Created:
2010-05-12 01:44:20 UTC
Size:
1.02 KB
patch
obsolete
>From 4d48e146c7d053ec2d6bd8aefa382eafb1ce5e56 Mon Sep 17 00:00:00 2001 >From: Olaf Flebbe <o.flebbe@science-computing.de> >Date: Wed, 12 May 2010 08:31:30 +0200 >Subject: [PATCH] fix hard coded compiler name: it is now possible to create 64bit samba > on HP-UX PA-Risc (HPUX-11.11 etc.) with the native compiler. (gcc does not support 64 bit on PA-Risc) > >--- > source3/configure.in | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 765bac7..f2830e9 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1653,13 +1653,13 @@ DSO_EXPORTS="" > *hpux*) AC_DEFINE(HPUX,1,[Whether the host os is HPUX]) > # Use special PIC flags for the native HP-UX compiler. > BLDSHARED="true" >- SHLD="cc" > LDSHFLAGS="-b -Wl,-B,symbolic,-b,-z" > SONAMEFLAG="-Wl,+h " >- PICFLAG="+z" > if test "${GCC}" = "yes"; then >+ SHLD="cc" > PICFLAG="-fPIC" > else >+ SHLD="\${CC}" > PICFLAG="+z +ESnolit" > fi > if test "$host_cpu" = "ia64"; then >-- >1.6.0.2 >
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 7422
:
5696
|
5697
| 5698 |
5700