[Bug 168719] Review Request: gdal

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 14 17:12:32 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gdal


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168719





------- Additional Comments From rc040203 at freenet.de  2006-03-14 12:12 EST -------
2 issues:

* Package doesn't acknowledge $RPM_OPT_FLAGS.
The cause is the -fPIC hack inside of the spec file is overriding CFLAGS and
CXXFLAGS, instead of combining -fPIC and $RPM_OPT_FLAGS.

You probably want 
CFLAGS="-fPIC $RPM_OPT_FLAGS" \
CXXFLAGS="-fPIC $RPM_OPT_FLAGS" \
%configure ...

or similar.

* These two manpages from *-bin:
/usr/share/man/man1/pct2rgb.py.1.gz
/usr/share/man/man1/rgb2pct.py.1.gz
should be moved to *-python, because the executables they refer to are in *-python.



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list