From 0ea78d15e07a6d61eccf864e7251fbe124d7fdda Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 10 Mar 2020 15:19:28 +0100 Subject: [PATCH] Update --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index c2df68f..a8cfd40 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ export DH_VERBOSE=1 VERSION=$(shell grep PROFTPD_VERSION_TEXT /usr/include/proftpd/version.h|cut -d\" -f2) MODULE_NAME=mod_proxy_protocol DEBNAME=proftpd-mod-proxy-protocol +CFLAGS="$CFLAGS -Wno-implicit-function-declaration" %: dh $@ --without python-support