disable fedora compile flags to avoid internal ogdi bugs. (tofixupstream)

Modified Files: ogdi.spec
epel9
Balint Cristian 18 years ago
parent 7a794fd2e0
commit fcc8cbd785

@ -1,6 +1,6 @@
Name: ogdi
Version: 3.2.0
Release: 0.2.beta1%{?dist}
Release: 0.3.beta1%{?dist}
Summary: Open Geographic Datastore Interface
Group: Applications/Engineering
License: BSD-like
@ -62,7 +62,8 @@ cp -p %{SOURCE1} .
TOPDIR=`pwd`; TARGET=Linux; export TOPDIR TARGET
INST_LIB=%{_libdir}/;export INST_LIB
export CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO"
# do not compile with ssp. it will trigger internal bugs (mustfixupstream)
export CFLAGS="-g3 -fPIC -DPIC -DDONT_TD_VOID -DUSE_TERMIO"
%configure \
--with-binconfigs \
--with-expat \
@ -149,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}/libecs_tcl.so
%changelog
* Thu Mar 01 2007 Balint Cristian <cbalint@redhat.com> 3.2.0-0.3.beta1
- disable fedora specific compile flags to avoid internal bugs
* Tue Feb 24 2007 Balint Cristian <cbalint@redhat.com> 3.2.0-0.2.beta1
- rename the release for correct fedora n-v-r
- fix -devel requires

Loading…
Cancel
Save