Bug 226524

Summary: libreadline-java: libJavaEditline not built with $RPM_OPT_FLAGS
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: libreadline-javaAssignee: Igor Foox <ifoox>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fitzsim
Target Milestone: ---Keywords: Patch
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.0-17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-26 22:57:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Honor $RPM_OPT_FLAGS none

Description Ville Skyttä 2007-01-31 21:14:59 UTC
libJavaEditline is not built with $RPM_OPT_FLAGS.  More info:
http://www.redhat.com/archives/fedora-maintainers/2007-January/msg00339.html

Fix attached.

Comment 1 Ville Skyttä 2007-01-31 21:14:59 UTC
Created attachment 147051 [details]
Honor $RPM_OPT_FLAGS

Comment 2 Ville Skyttä 2007-03-26 22:21:07 UTC
Cc'ing Thomas who seems to be working on libreadline-java nowadays - it looks
like this is still an issue with the latest devel package in CVS.

Comment 3 Thomas Fitzsimmons 2007-03-26 22:57:41 UTC
I made this change instead:

-make T_LIBS=JavaEditline
+make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPOSIX" T_LIBS=JavaEditline

Since you're an Extras contributor please feel free to commit such changes
directly if you'd like.