The Samba-Bugzilla – Attachment 4387 Details for
Bug 4960
Fails to compile on QNX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to define _LARGEFILE64_SOURCE on QNX
0001-define-_LARGEFILE64_SOURCE-on-QNX.patch (text/plain), 715 bytes, created by
Matt Kraai (mail address dead)
on 2009-07-01 14:51:39 UTC
(
hide
)
Description:
Patch to define _LARGEFILE64_SOURCE on QNX
Filename:
MIME Type:
Creator:
Matt Kraai (mail address dead)
Created:
2009-07-01 14:51:39 UTC
Size:
715 bytes
patch
obsolete
>From 05bb16f576e47ea7735b27b449971226d8357f16 Mon Sep 17 00:00:00 2001 >From: Matt Kraai <mkraai@beckman.com> >Date: Wed, 1 Jul 2009 12:44:03 -0700 >Subject: [PATCH] define _LARGEFILE64_SOURCE on QNX > >--- > source3/configure.in | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index 0274336..3267cdf 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -622,6 +622,10 @@ exit(1); > fi > AC_MSG_RESULT([$GLIBC_LFS_SUPPORT]) > ;; >+ *qnx*) >+ CPPFLAGS="-D_LARGEFILE64_SOURCE $CPPFLAGS" >+ AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to enable large file support]) >+ ;; > > esac > >-- >1.6.3.2.1299.gee46c >
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 4960
:
2920
|
4366
|
4385
|
4386
| 4387 |
4596
|
4599
|
4662