mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Added a switch to PHP's configure script to prevent it from stopping if libxml2 is not found.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2525 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6a250a3028
commit
36c668d82a
@ -92,7 +92,8 @@ running the following commands:</para>
|
||||
--enable-ftp \
|
||||
--with-gettext \
|
||||
--with-iconv \
|
||||
--with-ncurses &&
|
||||
--with-ncurses \
|
||||
--disable-libxml &&
|
||||
make &&
|
||||
make install &&
|
||||
cp php.ini-recommended /etc/php.ini</command></userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user