From: Schantl Stefan Date: Sat, 1 May 2010 18:08:24 +0000 (+0200) Subject: vsftpd: Build is using our CFLAGS now. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f2d9667d773093fb65ce30c6c24189c5cc7a3c;p=ipfire-3.x.git vsftpd: Build is using our CFLAGS now. Fixes issue #564. --- diff --git a/pkgs/core/vsftpd/vsftpd.nm b/pkgs/core/vsftpd/vsftpd.nm index 54e9539a2..c9a3b2a5d 100644 --- a/pkgs/core/vsftpd/vsftpd.nm +++ b/pkgs/core/vsftpd/vsftpd.nm @@ -46,9 +46,10 @@ PKG_TARBALL = $(THISAPP).tar.gz ############################################################################### # Installation Details ############################################################################### +CFLAGS +=-Wall -W -Wshadow -fstack-protector -fpie -Wextra -Werror define STAGE_BUILD - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make CFLAGS='$(CFLAGS)' $(PARALLELISMFLAGS) endef define STAGE_INSTALL