The Samba-Bugzilla – Attachment 5781 Details for
Bug 7504
numerous build glitches to be fixed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0006-s3-fix-check-for-pie-compiler-flags.patch
0006-s3-fix-check-for-pie-compiler-flags.patch (text/plain), 1013 bytes, created by
Björn Jacke
on 2010-06-09 09:59:39 UTC
(
hide
)
Description:
0006-s3-fix-check-for-pie-compiler-flags.patch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-06-09 09:59:39 UTC
Size:
1013 bytes
patch
obsolete
>From daa7f5fa8893059451354965e00ac5b0ffd5776d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Sat, 29 May 2010 01:40:21 +0200 >Subject: [PATCH 6/9] s3: fix check for pie compiler flags > >some compilers (HP and Sun e.g.) output warning messages on stderr for unknown >options and we ended up partly using some unwanted random compile flags we >did't intend to use. >--- > source3/configure.in | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index a0197d4..11ef115 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1436,9 +1436,9 @@ then > [ > cat > conftest.c <<EOF > int foo; >-main () { return 0;} >+int main () { return 0;} > EOF >- if AC_TRY_COMMAND([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD]) >+ if AC_TRY_COMMAND_NO_STDERR([${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS -pie -fPIE -o conftest conftest.c]) > then > samba_cv_fpie=yes > else >-- >1.7.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 7504
:
5776
|
5777
|
5778
|
5779
|
5780
| 5781 |
5782
|
5783
|
5784
|
5793
|
5796
|
5798