From 7700107fd57b73eca62057eeffed8ba55abb93bb Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 7 Dec 2011 20:18:22 -0500 Subject: [PATCH] Rebuild for new libpng Build with -Wno-error=deprecated-declarations for now --- NetworkManager-pptp.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 - 1:0.9.0-2 +* Wed Dec 07 2011 Adam Jackson 0.9.0-2 - Rebuild for new libpng +- Build with -Wno-error=deprecated-declarations for now * Fri Aug 26 2011 Dan Williams - 1:0.9.0-1 - Update to 0.9.0 release