diff options
author | louiz’ <louiz@louiz.org> | 2017-06-28 14:14:00 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-06-28 14:44:40 +0200 |
commit | b49684577fb9137e5e9619f2ac51f45cfa824051 (patch) | |
tree | b8f1d26b4786b0594be6e9cf3a65c70205a010a3 | |
parent | 319259b4d60358add289d121e350ebc51aaaaa38 (diff) | |
download | biboumi-b49684577fb9137e5e9619f2ac51f45cfa824051.tar.gz biboumi-b49684577fb9137e5e9619f2ac51f45cfa824051.tar.bz2 biboumi-b49684577fb9137e5e9619f2ac51f45cfa824051.tar.xz biboumi-b49684577fb9137e5e9619f2ac51f45cfa824051.zip |
Remove the cmake BOTAN 1.10.x build flags
Because version 1.10.x cannot be used by biboumi, it’s ignored.
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
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 |