From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH v2] gdbm: update to 1.13 Date: Sun, 16 Apr 2017 19:35:50 +0200 Message-ID: <20170416173550.18134-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7543859129062855434==" List-Id: --===============7543859129062855434== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- lfs/gdbm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lfs/gdbm b/lfs/gdbm index 4db986c..82957c6 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 @@ -40,7 +40,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 +70,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 --===============7543859129062855434==--