The Samba-Bugzilla – Attachment 3652 Details for
Bug 5798
CFLAGS info lost in configure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Fix-bug-5798-CFLAGS-info-lost-in-configure.patch (text/plain), 711 bytes, created by
Volker Lendecke
on 2008-10-01 19:22:45 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2008-10-01 19:22:45 UTC
Size:
711 bytes
patch
obsolete
>From 73f9e17e6457be8dfb6c1132cc6ca43ef65c677c Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Thu, 2 Oct 2008 02:17:04 +0200 >Subject: [PATCH] Fix bug 5798: "CFLAGS info lost in configure" > >Michael, please check and merge to the other branches if it's right. > >Thanks, > >Volker >--- > source3/configure.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/configure.in b/source3/configure.in >index f04ddbe..545a565 100644 >--- a/source3/configure.in >+++ b/source3/configure.in >@@ -128,7 +128,7 @@ fi > if test "x$debug" = "xyes" ; then > CFLAGS="${CFLAGS} -g" > else >- CFLAGS="-O" >+ CFLAGS="${CFLAGS} -O" > fi > > m4_include(../lib/socket_wrapper/config.m4) >-- >1.5.5 >
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 5798
:
3636
|
3637
| 3652