]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vsftpd: Build is using our CFLAGS now.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 1 May 2010 18:08:24 +0000 (20:08 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 1 May 2010 18:08:24 +0000 (20:08 +0200)
Fixes issue #564.

pkgs/core/vsftpd/vsftpd.nm

index 54e9539a2e83494ef05e298010b76c5304b12e6d..c9a3b2a5dfc9d9a8016d079481f93f8acf08d977 100644 (file)
@@ -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