# HG changeset patch # User Adam Chlipala # Date 1319634468 14400 # Node ID d252edfbfa0ee3c84a19f4e83105574a43eeb533 # Parent eb72c4594c254647bd6df184f10345ca63659d29 Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X diff -r eb72c4594c25 -r d252edfbfa0e ltmain.sh --- 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 diff -r eb72c4594c25 -r d252edfbfa0e src/c/Makefile.am --- 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 diff -r eb72c4594c25 -r d252edfbfa0e src/c/Makefile.in --- 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: