mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fortschritt zur Migration auf Apache2.2
TESTMODUS git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@279 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
------------------------------------------------------------------------
|
||||
r278 | delaco | 2006-09-13 22:20:37 +0200 (Wed, 13 Sep 2006) | 2 lines
|
||||
|
||||
Update:
|
||||
* OutgoingFW - Script hinzugefuegt
|
||||
------------------------------------------------------------------------
|
||||
r277 | delaco | 2006-09-13 17:30:27 +0200 (Wed, 13 Sep 2006) | 3 lines
|
||||
|
||||
Fixes:
|
||||
|
||||
@@ -114,9 +114,7 @@
|
||||
* inetutils-1.4.2
|
||||
* ipac-ng-1.31
|
||||
* ipaddr-1.2
|
||||
* ipfire-logs-2006-09-12-23:48.tgz
|
||||
* ipfire-logs-2006-09-13-13:45.tgz
|
||||
* ipfire-logs-2006-09-13-14:26.tgz
|
||||
* ipfire-logs-2006-09-13-22:31.tgz
|
||||
* iproute2-2.4.7-now-ss010824
|
||||
* iptables-1.3.5
|
||||
* iptraf-3.0.0
|
||||
|
||||
@@ -81,7 +81,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch
|
||||
cd $(DIR_APP) && ./configure --enable-layout=FHS --enable-mods-shared=all
|
||||
cd $(DIR_APP) && ./configure --enable-layout=FHS \
|
||||
--prefix=/home/httpd --exec-prefix=/usr \
|
||||
--sysconfdir=/etc/httpd/conf \
|
||||
--includedir=/usr/include/apache --mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--enable-rewrite --enable-ssl \
|
||||
--enable-mods-shared=all
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
chown -v root:root /usr/lib/apache/httpd.exp \
|
||||
|
||||
Reference in New Issue
Block a user