]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/apache
Busybox --> 1.2.2
[people/pmueller/ipfire-2.x.git] / lfs / apache
index 346c6b2f8fd20ab17ac94d8630015ec63474f1db..ec5b0dda481dca81752cee0777b223d42621da15 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: apache,v 1.7.2.11 2005/10/20 21:06:50 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 1.3.34
 
 THISAPP    = apache_$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = http://www.apache.org/dist/httpd
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -132,7 +126,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        chown -R root:root /home/httpd
        chmod -R 755 /home/httpd/cgi-bin
        chmod -R 644 /home/httpd/html
-       chmod 755 /home/httpd/html /home/httpd/html/{index.cgi,images,include}
+       chmod 755 /home/httpd/html /home/httpd/html/{index.cgi,redirect.cgi,dial.cgi,images,include}
 
 
        # backup directory needs nobody:nobody permissions