Module: sems Branch: master Commit: 65d627e3807d3c945e70d98191d1108db145aef6 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=65d627e3807d3c945e70d98191d1108db145aef6
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Fri Apr 13 12:46:39 2012 +0200 removes warnings about deprecated OpenSSL API on OSX. --- apps/diameter_client/lib_dbase/Makefile | 2 +- apps/xmlrpc2di/xmlrpc++/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/diameter_client/lib_dbase/Makefile b/apps/diameter_client/lib_dbase/Makefile index b6209b1..1657c84 100644 --- a/apps/diameter_client/lib_dbase/Makefile +++ b/apps/diameter_client/lib_dbase/Makefile @@ -16,7 +16,7 @@ cflags ?= $(CPPFLAGS) $(CFLAGS) -I $(COREPATH) WITH_OPENSSL = 1 ifdef WITH_OPENSSL -cflags+= -D WITH_OPENSSL +cflags+= -D WITH_OPENSSL -Wno-deprecated-declarations endif AR = ar diff --git a/apps/xmlrpc2di/xmlrpc++/Makefile b/apps/xmlrpc2di/xmlrpc++/Makefile index 421bb0c..f266b5d 100644 --- a/apps/xmlrpc2di/xmlrpc++/Makefile +++ b/apps/xmlrpc2di/xmlrpc++/Makefile @@ -2,7 +2,7 @@ CXX = g++ SRC = ./src SHARED = -shared -CPPFLAGS = -I$(SRC) -fPIC +CPPFLAGS = -I$(SRC) -fPIC -Wno-deprecated-declarations DEBUG = -g OPTIMIZE = -O2 GCCWARN = -Wall #-Wstrict-prototypes _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
