From: Michael Tremer Date: Fri, 22 May 2009 10:38:19 +0000 (+0200) Subject: Pass CFLAGS to vsftpd-make. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6477e68ecc88cced947ffb4781f7b6c334173d56;p=ipfire-3.x.git Pass CFLAGS to vsftpd-make. --- diff --git a/lfs/vsftpd b/lfs/vsftpd index 44753d717..7e013d30e 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -98,7 +98,7 @@ $(OBJECT): $(objects) # This patch modifies the default configuration file. cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-configuration.patch - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) cd $(DIR_APP) && install -v -m 755 vsftpd /usr/sbin/vsftpd cd $(DIR_APP) && install -v -m 644 vsftpd.8 /usr/share/man/man8