The Samba-Bugzilla – Attachment 5783 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]
0008-s3-final-test-for-working-shlib-support-requires-PIC.patch
0008-s3-final-test-for-working-shlib-support-requires-PIC.patch (text/plain), 1.01 KB, created by
Björn Jacke
on 2010-06-09 10:00:32 UTC
(
hide
)
Description:
0008-s3-final-test-for-working-shlib-support-requires-PIC.patch
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2010-06-09 10:00:32 UTC
Size:
1.01 KB
patch
obsolete
>From ecf70466a7ac1724b4163a5891666ca965c5e608 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Mon, 31 May 2010 00:26:01 +0200 >Subject: [PATCH 8/9] s3: final test for working shlib support requires PICFLAG > >--- > source3/configure.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index ae16154..ebe1c2f 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -1776,7 +1776,7 @@ AC_CACHE_CHECK([whether building shared libraries actually works], > # variables so they need to be eval'ed. > if AC_TRY_COMMAND([$CC $CPPFLAGS $CFLAGS $PICFLAG -c -o shlib.o ${srcdir-.}/../tests/shlib.c 1>&AS_MESSAGE_LOG_FD]) > then >- if AC_TRY_COMMAND([`eval echo "$SHLD"` `eval echo "$LDSHFLAGS"` -o "shlib.$SHLIBEXT" shlib.o 1>&AS_MESSAGE_LOG_FD]) >+ if AC_TRY_COMMAND([`eval echo "$SHLD $LDSHFLAGS $PICFLAG"` -o "shlib.$SHLIBEXT" shlib.o 1>&AS_MESSAGE_LOG_FD]) > then > ac_cv_shlib_works=yes > fi >-- >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