]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/php
Updated Kernel (2.6.32.11).
[people/pmueller/ipfire-2.x.git] / lfs / php
diff --git a/lfs/php b/lfs/php
index e49a20e4a0383bb46d242c55210ef58be0f6b542..a679a071d5638e207e071663f264fd71268d706f 100644 (file)
--- a/lfs/php
+++ b/lfs/php
@@ -31,6 +31,11 @@ DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = php
+PAK_VER    = 1
+
+DEPS       = ""
+
 
 ###############################################################################
 # Top-level Rules
@@ -88,7 +93,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                                                                                            --with-config-file-path=/etc \
                                                                                            --with-openssl \
                                                                                            --with-kerberos \
-                                                                                           --with-pcre-regex=/usr \
                                                                                            --with-zlib \
                                                                                            --enable-bcmath \
                                                                                            --with-bz2 \
@@ -122,14 +126,14 @@ $(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
        -rm -f $(DIR_SRC)/package.xml
        cd $(DIR_SRC)/idn-* && phpize
        cd $(DIR_SRC)/idn-* && ./configure --prefix=/usr --with-idn
-       cd $(DIR_SRC)/idn-* && make
+       cd $(DIR_SRC)/idn-* && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_SRC)/idn-* && make install
        cd $(DIR_SRC) && tar xfz $(DIR_DL)/Log-1.9.11.tgz
        -rm -f $(DIR_SRC)/package.xml