mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
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:
2
lfs/php
2
lfs/php
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user