From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] gdbm: update to 1.13 Date: Fri, 14 Apr 2017 09:40:02 +0200 Message-ID: <20170414074002.4869-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6571849757383945908==" List-Id: --===============6571849757383945908== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/gdbm | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/lfs/gdbm b/lfs/gdbm index 4db986c..e2f7025 100644 --- a/lfs/gdbm +++ b/lfs/gdbm @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2017 IPFire Team = # # = # # 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.8.3 +VER =3D 1.13 =20 THISAPP =3D gdbm-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,6 +32,16 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 ############################################################################= ### # Top-level Rules ############################################################################= ### @@ -40,7 +50,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1d1b1d5c0245b1c00aff92da751e9aa1 +$(DL_FILE)_MD5 =3D 8929dcda2a8de3fd2367bdbf66769376 =20 install : $(TARGET) =20 @@ -70,9 +80,8 @@ $(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/usr --disable-nls + cd $(DIR_APP) && ./configure --prefix=3D$(PREFIX) --disable-nls --disable-s= tatic --enable-libgdbm-compat 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.9.3 --===============6571849757383945908==--