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

Adam Jackson ajax at fedoraproject.org
Wed Dec 7 20:19:53 UTC 2011


commit 7700107fd57b73eca62057eeffed8ba55abb93bb
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Dec 7 20:18:22 2011 -0500

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

 NetworkManager-pptp.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NetworkManager-pptp.spec b/NetworkManager-pptp.spec
index d6c5ded..37d6110 100644
--- a/NetworkManager-pptp.spec
+++ b/NetworkManager-pptp.spec
@@ -48,6 +48,7 @@ the NetworkManager and the GNOME desktop.
 
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations"
 %configure \
 	--disable-static \
 	--enable-more-warnings=yes \
@@ -106,8 +107,9 @@ fi
 %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui
 
 %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
 - Update to 0.9.0 release


More information about the scm-commits mailing list