The Samba-Bugzilla – Attachment 9228 Details for
Bug 8571
Detected Kerberos CFLAGS leads to inclusion of os-installed samba headers instead of newly build ones
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git patch for 4.0
0001-autoconf-append-not-prepend-KRB5-compile-flags.patch (text/plain), 989 bytes, created by
Björn Jacke
on 2013-09-19 13:47:19 UTC
(
hide
)
Description:
git patch for 4.0
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2013-09-19 13:47:19 UTC
Size:
989 bytes
patch
obsolete
>From eca613448a5c7d70406f06dfac837a98e1647887 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Thu, 19 Sep 2013 15:46:15 +0200 >Subject: [PATCH] autoconf: append, not prepend KRB5 compile flags > >Thanks to Dagobert Michelsen <dam@opencsw.org>! > >fixes bug #8571 >--- > source3/configure.in | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index f5487c3..082cb89 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -3526,9 +3526,9 @@ if test x"$with_ads_support" != x"no"; then > # remove needless evil rpath stuff as early as possible: > LIB_REMOVE_USR_LIB(KRB5_LIBS) > LIB_REMOVE_USR_LIB(KRB5_LDFLAGS) >- CFLAGS="$KRB5_CFLAGS $CFLAGS" >- CPPFLAGS="$KRB5_CPPFLAGS $CPPFLAGS" >- LDFLAGS="$KRB5_LDFLAGS $LDFLAGS" >+ CFLAGS="$CFLAGS $KRB5_CFLAGS" >+ CPPFLAGS="$CPPFLAGS $KRB5_CPPFLAGS" >+ LDFLAGS="$LDFLAGS $KRB5_LDFLAGS" > > KRB5_LIBS="$KRB5_LDFLAGS $KRB5_LIBS" > >-- >1.8.3.4 >
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 8571
: 9228