Browse Source

* tune debian/

master
Alex 'AdUser' Z 8 years ago
parent
commit
8ac7256a27
  1. 2
      debian/control
  2. 3
      debian/rules

2
debian/control vendored

@ -2,7 +2,7 @@ Source: f2b
Section: net
Priority: optional
Maintainer: Alex 'AdUser' Z <ad_user@runbox.com>
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

3
debian/rules vendored

@ -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

Loading…
Cancel
Save