diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-02 16:00:14 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-05 18:59:22 +0100 |
commit | 5bc6d0f20e95545df7af5df8e2409edb4695c98e (patch) | |
tree | 117a2e1d320bcb64afd78521378c9021779b7d09 | |
parent | a9ae965786a981b6c530885eaaf95c8dd8506052 (diff) | |
download | libpam-radius-auth-5bc6d0f20e95545df7af5df8e2409edb4695c98e.tar.gz libpam-radius-auth-5bc6d0f20e95545df7af5df8e2409edb4695c98e.zip |
Debian: support building with GCC 8.3
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0a3bee0..9ac6113 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ else CFLAGS += -O2 endif PAM_CONF_FILE=/etc/pam_radius_auth.conf -CFLAGS+=-g3 -Wno-strict-aliasing -DCONF_FILE=\"${PAM_CONF_FILE}\" +CFLAGS+=-Wno-format-truncation -Wno-strict-aliasing -DCONF_FILE=\"${PAM_CONF_FILE}\" ifeq ($(DEB_HOST_GNU_CPU),(hppa|m68k|mips|powerpc|s390|sparc|sparc64|sheb)) CFLAGS += -DHIGHFIRST |