diff options
Diffstat (limited to 'net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch')
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch b/net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch index ab917209ea7b..5df3b03f3fa9 100644 --- a/net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch +++ b/net-ftp/vsftpd/files/vsftpd-3.0.0-Makefile.patch @@ -11,7 +11,7 @@ Index: vsftpd-3.0.0/Makefile #CFLAGS = -g -CFLAGS = -O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \ - -Wall -W -Wshadow -Werror -Wformat-security \ -+CFLAGS = -fPIE -fstack-protector --param=ssp-buffer-size=4 \ ++CFLAGS += -fPIE -fstack-protector --param=ssp-buffer-size=4 \ + -Wall -W -Wshadow -Wformat-security \ -D_FORTIFY_SOURCE=2 \ #-pedantic -Wconversion |