From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Revert "gdbm: update to 1.13" Date: Wed, 19 Apr 2017 15:26:06 +0200 Message-ID: <20170419132606.18550-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0608885850099963006==" List-Id: --===============0608885850099963006== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This reverts commit dc539daf8823ef97c931f12b514453c25e867c45. With "gdbm-Update to 1.13", 'php 5.3.27' failed to build. Best, Matthias --- lfs/gdbm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lfs/gdbm b/lfs/gdbm index 82957c652..4db986cf5 100644 --- a/lfs/gdbm +++ b/lfs/gdbm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2017 IPFire Team = # +# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.13 +VER =3D 1.8.3 =20 THISAPP =3D gdbm-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 8929dcda2a8de3fd2367bdbf66769376 +$(DL_FILE)_MD5 =3D 1d1b1d5c0245b1c00aff92da751e9aa1 =20 install : $(TARGET) =20 @@ -70,8 +70,9 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) --disable-nls --disable-s= tatic --enable-libgdbm-compat + cd $(DIR_APP) && ./configure --prefix=3D/usr --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make BINOWN=3Droot BINGRP=3Droot install + cd $(DIR_APP) && make BINOWN=3Droot BINGRP=3Droot install-compat @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.11.0 --===============0608885850099963006==--