From 22c4f0cca95b85ed6d0a54d4c0abc692344e1cae Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 10 Mar 2020 16:08:38 +0100 Subject: [PATCH] Update --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5f1f3d6..eb37626 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +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" +CFLAGS := -Wno-implicit-function-declaration %: dh $@ --without python-support