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 632340 Details for
Bug 869404
openlmi-providers not built with $RPM_OPT_FLAGS
[?]
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]
Honor user $CFLAGS
0001-Honor-user-CFLAGS.patch (text/plain), 891 bytes, created by
Ville Skyttä
on 2012-10-23 19:32:08 UTC
(
hide
)
Description:
Honor user $CFLAGS
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2012-10-23 19:32:08 UTC
Size:
891 bytes
patch
obsolete
>From bd4591ccf3e4a969e33631b581e9222f0c8c0347 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Tue, 23 Oct 2012 22:28:08 +0300 >Subject: [PATCH] Honor user $CFLAGS. > >--- > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/CMakeLists.txt b/CMakeLists.txt >index 63bf93a..e44fd76 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) > > # Set flags and definitions > add_definitions(-D_XOPEN_SOURCE=500 -D_GNU_SOURCE) >-set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -g -Wextra -Wno-unused-parameter -Wformat -Wparentheses -Wl,--no-undefined") >+set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -g -Wextra -Wno-unused-parameter -Wformat -Wparentheses -Wl,--no-undefined ${CMAKE_C_FLAGS}") > > # Set LIB_SUFFIX to 64 on 64bit architectures > if(CMAKE_SIZEOF_VOID_P EQUAL 4) >-- >1.7.11.7 >
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 869404
: 632340