diff options
Diffstat (limited to 'debian/rules')
-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 |