From: Schantl Stefan Date: Sat, 1 May 2010 18:10:00 +0000 (+0200) Subject: vsftpd: Clean up naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235a4f105d7f6da95fdf91f72dfc8a098f6897fa;p=ipfire-3.x.git vsftpd: Clean up naoki-makefile. --- diff --git a/pkgs/core/vsftpd/vsftpd.nm b/pkgs/core/vsftpd/vsftpd.nm index c9a3b2a5d..a2d85b8b0 100644 --- a/pkgs/core/vsftpd/vsftpd.nm +++ b/pkgs/core/vsftpd/vsftpd.nm @@ -43,10 +43,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz -############################################################################### -# Installation Details -############################################################################### -CFLAGS +=-Wall -W -Wshadow -fstack-protector -fpie -Wextra -Werror +CFLAGS += -Wall -W -Wshadow -fstack-protector -fpie -Wextra -Werror define STAGE_BUILD cd $(DIR_APP) && make CFLAGS='$(CFLAGS)' $(PARALLELISMFLAGS)