From 8ac7256a27a9b19e099daa1e1aeb42c1e7a10bc2 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sun, 21 Aug 2016 16:31:11 +1000 Subject: [PATCH] * tune debian/ --- debian/control | 2 +- debian/rules | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 52e4083..ccbefdf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: f2b Section: net Priority: optional Maintainer: Alex 'AdUser' Z -Build-Depends: debhelper (>= 9), cmake +Build-Depends: debhelper (>= 9), cmake, libpcre3-dev Standards-Version: 3.9.5 Homepage: https://github.com/AdUser/f2b Vcs-Git: https://github.com/AdUser/f2b.git diff --git a/debian/rules b/debian/rules index c1d8fc9..f9f30e9 100755 --- a/debian/rules +++ b/debian/rules @@ -18,4 +18,5 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # This is example for Cmake (See http://bugs.debian.org/641051 ) override_dh_auto_configure: dh_auto_configure -- \ - -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) + -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \ + -DWITH_HARDENING=ON