libJavaEditline is not built with $RPM_OPT_FLAGS. More info: http://www.redhat.com/archives/fedora-maintainers/2007-January/msg00339.html Fix attached.
Created attachment 147051 [details] Honor $RPM_OPT_FLAGS
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.
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.