The Samba-Bugzilla – Attachment 5700 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]
proposed patch
hp-ux.patch (text/plain), 903 bytes, created by
Björn Jacke
on 2010-05-12 08:11:27 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-05-12 08:11:27 UTC
Size:
903 bytes
patch
obsolete
>diff --git a/source3/configure.in b/source3/configure.in >index 1107ad6..9e4eb58 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1653,9 +1653,7 @@ 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 " >+ LDSHFLAGS="-b -Wl,-B,symbolic,-b,-z \${CFLAGS}" > PICFLAG="+z" > if test "${GCC}" = "yes"; then > PICFLAG="-fPIC" >@@ -1670,6 +1668,11 @@ DSO_EXPORTS="" > SHLIBEXT="sl" > DYNEXP="-Wl,-E,+b/usr/local/lib:/usr/lib" > fi >+ if test "$ac_cv_prog_gnu_ld" = "yes"; then >+ SONAMEFLAG="-Wl,-soname=" >+ else >+ SONAMEFLAG="-Wl,+h " >+ fi > AC_DEFINE(STAT_ST_BLOCKSIZE,8192,[The size of a block]) > AC_DEFINE(POSIX_ACL_NEEDS_MASK,1,[Does a POSIX ACL need a mask element]) > ;;
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