Not every process has to wait 60 seconds to start.

We need to load the idn module into php.
Some packages are not compiled any more.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1007 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-27 12:55:27 +00:00
parent 98ab7f505a
commit 83d95bf153
7 changed files with 1358 additions and 200 deletions

View File

@@ -122,7 +122,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--with-iconv
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
cd $(DIR_APP) && install -v -m644 php.ini-recommended /etc/php.ini
cd $(DIR_APP) && install -v -m644 $(DIR_SRC)/config/php/php.ini /etc/php.ini
-grep -v libphp5.so < /etc/httpd/conf/httpd.conf > /etc/httpd/conf/httpd.conf.bak
mv -f /etc/httpd/conf/httpd.conf.bak /etc/httpd/conf/httpd.conf
cd $(DIR_SRC) && tar xfz $(DIR_DL)/idn-0.1.tgz