]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Pass CFLAGS to vsftpd-make.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 May 2009 10:38:19 +0000 (12:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 May 2009 10:38:19 +0000 (12:38 +0200)
lfs/vsftpd

index 44753d717a417b4f46df48dc1ed02d0d267003d7..7e013d30eb5ff3659f822636e3e30fd921f95ecd 100644 (file)
@@ -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