[NetworkManager-openvpn] Rebuild for new libpng Build with -Wno-error=deprecated-declarations for now

Adam Jackson ajax at fedoraproject.org
Wed Dec 7 20:22:06 UTC 2011


commit a222588e8f91b64be77a0f6f4f21587a7b69f51c
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Dec 7 20:20:34 2011 -0500

    Rebuild for new libpng
    Build with -Wno-error=deprecated-declarations for now

 NetworkManager-openvpn.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NetworkManager-openvpn.spec b/NetworkManager-openvpn.spec
index 0687dc6..7a8946f 100644
--- a/NetworkManager-openvpn.spec
+++ b/NetworkManager-openvpn.spec
@@ -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 at redhat.com> - 1:0.9.0-2
+* Wed Dec 07 2011 Adam Jackson <ajax at 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 at redhat.com> - 1:0.9.0-1
 - ui: updated translations


More information about the scm-commits mailing list