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 630385 Details for
Bug 868486
thermostat 0.4.0 not built with $RPM_{OPT,LD}_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]
Specfile patch
thermostat.spec.patch (text/plain), 1.01 KB, created by
Ville Skyttä
on 2012-10-20 09:38:22 UTC
(
hide
)
Description:
Specfile patch
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2012-10-20 09:38:22 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/thermostat.spec b/thermostat.spec >index 8819245..8761e46 100644 >--- a/thermostat.spec >+++ b/thermostat.spec >@@ -17,6 +17,8 @@ Patch2: lucene_2.9.4_compat.patch > Patch3: fix_natives.patch > # Start all deps as bundles > Patch4: fix_bundle_loading.patch >+# Honor user provided CFLAGS and LDFLAGS >+Patch5: thermostat-buildflags.patch > > BuildRequires: java-devel >= 1:1.7.0 > BuildRequires: jpackage-utils >@@ -99,8 +101,10 @@ This package contains the API documentation for %{name} > %patch2 -p1 > %patch3 -p1 > %patch4 -p1 >+%patch5 -p1 > > %build >+export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" > mvn-rpmbuild \ > -Dmaven.test.skip=true \ > -Dthermostat.home=%{_datarootdir}/%{name} \ >@@ -133,6 +137,7 @@ pushd distribution/target/libs > mv thermostat-keyring-%{version}.jar \ > thermostat-agent-core-%{version}.jar \ > %{buildroot}%{_libdir}/%{name} >+chmod +x native/*.so > mv native/* %{buildroot}%{_libdir}/%{name} > # JNI jars need to be in %{_jnidir}, we symlink to > # %{_libdir}/%{name} files
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 868486
:
630382
| 630385