X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fphp;h=a679a071d5638e207e071663f264fd71268d706f;hb=1ec332b04b50d452390905af394e1c4715282cd7;hp=5661a37fbde7b8873d08fea2d846c3797e1f910e;hpb=83d95bf15399c230b4e89b9d3d1960611e703cea;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/php b/lfs/php index 5661a37fbd..a679a071d5 100644 --- 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 \ @@ -129,7 +133,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -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