]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/php
Imported a small .gitignore.
[ipfire-2.x.git] / lfs / php
diff --git a/lfs/php b/lfs/php
index e49a20e4a0383bb46d242c55210ef58be0f6b542..d5cd224d28fe8ddf641518ff722bdbb28796774e 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,7 +126,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