The Samba-Bugzilla – Attachment 5898 Details for
Bug 7612
Linker error with Solaris 10 x86
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible patch for configure.in to add the libraries
configure.3.6.0pre1.patch (text/plain), 847 bytes, created by
Ralf Schwiete
on 2010-08-12 08:11:40 UTC
(
hide
)
Description:
Possible patch for configure.in to add the libraries
Filename:
MIME Type:
Creator:
Ralf Schwiete
Created:
2010-08-12 08:11:40 UTC
Size:
847 bytes
patch
obsolete
>--- samba-3.6.0pre1/source3/configure.in 2010-07-28 11:29:06.000000000 +0200 >+++ samba-3.6.0pre1_new/source3/configure.in 2010-08-12 14:44:45.860124029 +0200 >@@ -522,12 +522,12 @@ > case "$ac_cv_gcc_compiler_version_number" in > *"gcc version 2.6"*|*"gcc version 2.7"*) > CPPFLAGS="$CPPFLAGS -D_LARGEFILE64_SOURCE -D_REENTRANT" >- LDFLAGS="$LDFLAGS -lthread" >+ LDFLAGS="$LDFLAGS -lthread -lposix4 -lintl" > AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to enable large file support]) > ;; > *) > CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64" >- LDFLAGS="$LDFLAGS -lthread" >+ LDFLAGS="$LDFLAGS -lthread -lposix4 -lintl" > AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to enable large file support]) > AC_DEFINE(_FILE_OFFSET_BITS, 64, [File offset bits]) > ;;
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 7612
: 5898