The Samba-Bugzilla – Attachment 8572 Details for
Bug 7825
need to fix GNU ld version detection with old gcc releases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
changed patch for fixing gnu ld detection
gnu_ld.patch (text/plain), 912 bytes, created by
Thomas Bork
on 2013-02-20 21:21:38 UTC
(
hide
)
Description:
changed patch for fixing gnu ld detection
Filename:
MIME Type:
Creator:
Thomas Bork
Created:
2013-02-20 21:21:38 UTC
Size:
912 bytes
patch
obsolete
>--- configure.in.org 2013-01-29 09:49:31.000000000 +0100 >+++ configure.in 2013-02-19 21:49:20.945724351 +0100 >@@ -231,7 +231,11 @@ dnl Certain versions of GNU ld the defau > dnl --allow-shlib-undefined flag defined. This causes a stackload of > dnl warnings when building modules. > if test "$ac_cv_prog_gnu_ld" = "yes"; then >- ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2>&1 < /dev/null | grep "GNU ld"` >+ ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2> /dev/null < /dev/null | grep "GNU ld"` >+ # we need to make a 2nd (separate!) check on the output of stderr, see bug #7825: >+ if test -z "$ac_cv_gnu_ld_version" ; then >+ ac_cv_gnu_ld_version=`$CC -Wl,-v /dev/null 2>&1 > /dev/null < /dev/null | grep "GNU ld"` >+ fi > AC_MSG_CHECKING(GNU ld release date) > changequote(,)dnl > ac_cv_gnu_ld_date=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
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 7825
:
8571
|
8572
|
8577
|
8578