changeset 61:d252edfbfa0e

Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author Adam Chlipala <adam@chlipala.net>
date Wed, 26 Oct 2011 09:07:48 -0400
parents eb72c4594c25
children 77fa1fac2c7e
files ltmain.sh src/c/Makefile.am src/c/Makefile.in
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ltmain.sh	Fri Oct 21 18:08:39 2011 -0400
+++ b/ltmain.sh	Wed Oct 26 09:07:48 2011 -0400
@@ -69,7 +69,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4 Debian-2.4-2
+#         $progname:	(GNU libtool) 2.4 Debian-2.4-4
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -79,7 +79,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4 Debian-2.4-2"
+VERSION="2.4 Debian-2.4-4"
 TIMESTAMP=""
 package_revision=1.3293
 
--- a/src/c/Makefile.am	Fri Oct 21 18:08:39 2011 -0400
+++ b/src/c/Makefile.am	Wed Oct 26 09:07:48 2011 -0400
@@ -3,4 +3,4 @@
 liburweb_openid_la_SOURCES = openid.c
 
 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include
-AM_CFLAGS = -Wimplicit -Wall -Werror
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations
--- a/src/c/Makefile.in	Fri Oct 21 18:08:39 2011 -0400
+++ b/src/c/Makefile.in	Wed Oct 26 09:07:48 2011 -0400
@@ -224,7 +224,7 @@
 lib_LTLIBRARIES = liburweb_openid.la
 liburweb_openid_la_SOURCES = openid.c
 AM_CPPFLAGS = @OPENSSL_INCLUDES@ -I@INCLUDE@ -I../../include
-AM_CFLAGS = -Wimplicit -Wall -Werror
+AM_CFLAGS = -Wimplicit -Wall -Werror -Wno-deprecated-declarations
 all: all-am
 
 .SUFFIXES: