Rebuild for new libpng

Build with -Wno-error=deprecated-declarations for now
epel8
Adam Jackson 13 years ago
parent 9c861be728
commit a222588e8f

@ -52,6 +52,7 @@ with NetworkManager and the GNOME desktop.
if [ ! -f configure ]; then
./autogen.sh
fi
export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations"
%configure --disable-static --disable-dependency-tracking --enable-more-warnings=yes --with-gtkver=3
make %{?_smp_mflags}
@ -96,8 +97,9 @@ fi
%dir %{_datadir}/gnome-vpn-properties/openvpn
%changelog
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1:0.9.0-2
* Wed Dec 07 2011 Adam Jackson <ajax@redhat.com> 0.9.0-2
- Rebuild for new libpng
- Build with -Wno-error=deprecated-declarations for now
* Fri Aug 26 2011 Dan Williams <dcbw@redhat.com> - 1:0.9.0-1
- ui: updated translations

Loading…
Cancel
Save