Author: sayer Date: 2009-01-21 13:14:11 +0100 (Wed, 21 Jan 2009) New Revision: 1243
Modified: branches/1.1/Makefile.defs branches/1.1/apps/diameter_client/Makefile branches/1.1/pkg/debian/control Log: fixed ssl for diameter client, and build deps Modified: branches/1.1/Makefile.defs =================================================================== --- branches/1.1/Makefile.defs 2009-01-21 12:07:53 UTC (rev 1242) +++ branches/1.1/Makefile.defs 2009-01-21 12:14:11 UTC (rev 1243) @@ -9,7 +9,7 @@ VERSION = 1 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION ?= -pre-$(SVN_REV) +EXTRAVERSION ?= 1 REL_VERSION=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL) RELEASE=$(REL_VERSION)$(EXTRAVERSION) Modified: branches/1.1/apps/diameter_client/Makefile =================================================================== --- branches/1.1/apps/diameter_client/Makefile 2009-01-21 12:07:53 UTC (rev 1242) +++ branches/1.1/apps/diameter_client/Makefile 2009-01-21 12:14:11 UTC (rev 1243) @@ -3,11 +3,10 @@ DIAMETER_BASE_LIBDIR = lib_dbase/ DIAMETER_BASE_LIBNAME = lib_dbase.a -# for TLS support: -# -#WITH_OPENSSL = 1 +# TLS support, mandatory +WITH_OPENSSL = 1 -module_ldflags = +module_ldflags = module_cflags = -I $(DIAMETER_BASE_LIBDIR) Modified: branches/1.1/pkg/debian/control =================================================================== --- branches/1.1/pkg/debian/control 2009-01-21 12:07:53 UTC (rev 1242) +++ branches/1.1/pkg/debian/control 2009-01-21 12:14:11 UTC (rev 1243) @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Stefan Sayer <[email protected]> -Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libxmlrpc++-dev, libspandsp-dev, libssl-dev, python-dev, python-sip4-dev +Build-Depends: debhelper (>= 4), libspeex-dev, flite-dev, libspandsp-dev, libssl-dev, python-dev, python-sip4-dev, openssl Standards-Version: 3.5.2 Package: sems _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
