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 910675 Details for
Bug 1111502
Build with $RPM_OPT/LD_FLAGS, show native build output
[?]
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]
Build with $RPM_OPT/LD_FLAGS, show native build output
Build-with-RPMOPTLDFLAGS-show-native-build-output.patch (text/plain), 2.42 KB, created by
Ville Skyttä
on 2014-06-20 07:58:35 UTC
(
hide
)
Description:
Build with $RPM_OPT/LD_FLAGS, show native build output
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2014-06-20 07:58:35 UTC
Size:
2.42 KB
patch
obsolete
>From d82444385be7b2cc81da03cab94f59040eb79abf Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Fri, 20 Jun 2014 10:54:48 +0300 >Subject: [PATCH] Build with $RPM_OPT/LD_FLAGS, show native build output > >--- > netty.spec | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/netty.spec b/netty.spec >index a7297d7..66fa6ff 100644 >--- a/netty.spec >+++ b/netty.spec >@@ -3,7 +3,7 @@ > > Name: netty > Version: 4.0.19 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: An asynchronous event-driven network application framework and tools for Java > License: ASL 2.0 > URL: https://netty.io/ >@@ -88,6 +88,10 @@ sed -i 's|taskdef|taskdef classpathref="maven.plugin.classpath"|' all/pom.xml > > %pom_xpath_inject "pom:plugins/pom:plugin[pom:artifactId = 'maven-antrun-plugin']" '<dependencies><dependency><groupId>ant-contrib</groupId><artifactId>ant-contrib</artifactId><version>1.0b3</version></dependency></dependencies>' all/pom.xml > >+for buildid in build-linux32 build-linux64 ; do >+ %pom_xpath_inject "pom:execution[pom:id = '$buildid']/pom:configuration" '<verbose>true</verbose>' transport-native-epoll/pom.xml >+done >+ > # Java is exempt from multilb - disable 32-bit library on 64-bit > # architectures and vice versa. > %pom_xpath_remove "pom:execution[pom:id='build-linux32']" transport-native-epoll >@@ -95,6 +99,7 @@ sed -i "s/linux64/linux%{__isa_bits}/" transport-native-epoll/pom.xml > sed -i "s/x86_64/%{_arch}/" transport-native-epoll/pom.xml > > %build >+export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" > %mvn_build -f > > %install >@@ -107,6 +112,9 @@ sed -i "s/x86_64/%{_arch}/" transport-native-epoll/pom.xml > %doc LICENSE.txt NOTICE.txt > > %changelog >+* Fri Jun 20 2014 Ville Skyttä <ville.skytta@iki.fi> - 4.0.19-2 >+- Build with $RPM_OPT/LD_FLAGS, show native build output >+ > * Mon Jun 9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.19-1 > - Update to upstream version 4.0.19 > - Convert to arch-specific package >@@ -186,7 +194,7 @@ sed -i "s/x86_64/%{_arch}/" transport-native-epoll/pom.xml > * Thu Aug 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.5-1 > - Update to upstream version 3.5.5 > >-* Thu Aug 15 2012 Tomas Rohovsky <trohovsk@redhat.com> - 3.5.4-1 >+* Thu Aug 16 2012 Tomas Rohovsky <trohovsk@redhat.com> - 3.5.4-1 > - Update to upstream version 3.5.4 > > * Tue Jul 24 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-1 >-- >1.9.3
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 1111502
: 910675