aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2016-02-06 18:17:08 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2016-02-06 18:17:08 +0000
commitceb30a5da90fef77f3e6daca700c42df564cf8fc (patch)
tree6543732b8fb75e992d07677b8ba1d75cf3f654ff /debian/rules
parentb4c4ce673e340423cc3f7d759e2ec8e91dd5c6c5 (diff)
downloadwavemon-ceb30a5da90fef77f3e6daca700c42df564cf8fc.tar.gz
d/rules: add libnl includes path to DEB_CFLAGS_MAINT_APPEND
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index c724d48..0c8d9e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_CFLAGS_MAINT_APPEND=-pthread
+export DEB_CFLAGS_MAINT_APPEND=-pthread -I/usr/include/libnl3
export DEB_BUILD_MAINT_OPTIONS=hardening=+all