Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 146783 Details for
Bug 216723
Review Request: libsieve - A library for parsing, sorting and filtering your mail
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
possible patch for cflags
cflags.patch (text/plain), 3.90 KB, created by
Bernard Johnson
on 2007-01-28 20:56:44 UTC
(
hide
)
Description:
possible patch for cflags
Filename:
MIME Type:
Creator:
Bernard Johnson
Created:
2007-01-28 20:56:44 UTC
Size:
3.90 KB
patch
obsolete
>diff -Naur libsieve-2.2.4.pristine/src/Makefile.in libsieve-2.2.4/src/Makefile.in >--- libsieve-2.2.4.pristine/src/Makefile.in 2006-12-08 09:14:16.000000000 -0700 >+++ libsieve-2.2.4/src/Makefile.in 2007-01-28 13:39:51.000000000 -0700 >@@ -107,7 +107,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@ >diff -Naur libsieve-2.2.4.pristine/src/sv_interface/Makefile.in libsieve-2.2.4/src/sv_interface/Makefile.in >--- libsieve-2.2.4.pristine/src/sv_interface/Makefile.in 2006-12-08 09:14:15.000000000 -0700 >+++ libsieve-2.2.4/src/sv_interface/Makefile.in 2007-01-28 13:40:18.000000000 -0700 >@@ -77,7 +77,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@ >diff -Naur libsieve-2.2.4.pristine/src/sv_parser/Makefile.in libsieve-2.2.4/src/sv_parser/Makefile.in >--- libsieve-2.2.4.pristine/src/sv_parser/Makefile.in 2006-12-08 09:14:15.000000000 -0700 >+++ libsieve-2.2.4/src/sv_parser/Makefile.in 2007-01-28 13:40:28.000000000 -0700 >@@ -85,7 +85,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@ >diff -Naur libsieve-2.2.4.pristine/src/sv_regex/Makefile.in libsieve-2.2.4/src/sv_regex/Makefile.in >--- libsieve-2.2.4.pristine/src/sv_regex/Makefile.in 2006-12-08 09:14:15.000000000 -0700 >+++ libsieve-2.2.4/src/sv_regex/Makefile.in 2007-01-28 13:40:39.000000000 -0700 >@@ -76,7 +76,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_regex -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@ >diff -Naur libsieve-2.2.4.pristine/src/sv_test/Makefile.in libsieve-2.2.4/src/sv_test/Makefile.in >--- libsieve-2.2.4.pristine/src/sv_test/Makefile.in 2006-12-08 09:14:16.000000000 -0700 >+++ libsieve-2.2.4/src/sv_test/Makefile.in 2007-01-28 13:40:55.000000000 -0700 >@@ -80,7 +80,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@ >diff -Naur libsieve-2.2.4.pristine/src/sv_util/Makefile.in libsieve-2.2.4/src/sv_util/Makefile.in >--- libsieve-2.2.4.pristine/src/sv_util/Makefile.in 2006-12-08 09:14:16.000000000 -0700 >+++ libsieve-2.2.4/src/sv_util/Makefile.in 2007-01-28 13:41:14.000000000 -0700 >@@ -77,7 +77,7 @@ > AWK = @AWK@ > CC = @CC@ > CCDEPMODE = @CCDEPMODE@ >-CFLAGS = -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g >+CFLAGS = @CFLAGS@ -Wall -I$(top_srcdir)/sv_util -I$(top_srcdir)/sv_parser -I$(top_srcdir)/sv_interface -I$(top_srcdir)/sv_include -g > CPP = @CPP@ > CPPFLAGS = @CPPFLAGS@ > CXX = @CXX@
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216723
:
146773
| 146783