From b49684577fb9137e5e9619f2ac51f45cfa824051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 28 Jun 2017 14:14:00 +0200 Subject: Remove the cmake BOTAN 1.10.x build flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because version 1.10.x cannot be used by biboumi, it’s ignored. --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 0fe6afc..87e965e 100755 --- a/debian/rules +++ b/debian/rules @@ -28,9 +28,7 @@ CDBS_BUILD_DEPENDS += , cmake, catch, uuid-dev, pandoc CDBS_BUILD_DEPENDS += , $(patsubst %,$(comma) lib%-dev,$(dev-deps)) DEB_CMAKE_EXTRA_FLAGS = \ - -DSERVICE_USER=nobody -DSERVICE_GROUP=nogroup \ - -DBOTAN_LIBRARIES="$(shell pkg-config botan-1.10 --libs-only-L)" \ - -DBOTAN_INCLUDE_DIRS="$(shell pkg-config botan-1.10 --cflags-only-I)" + -DSERVICE_USER=nobody -DSERVICE_GROUP=nogroup DEB_MAKE_CHECK_TARGET = check -- cgit v1.2.3