From 362292f8b7f808d3e7d8742fff2b2cdec0a4b171 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 28 Dec 2014 00:54:32 -0500 Subject: [PATCH] Upgrade to gdbm-1.11 --- config/packages-list | 2 +- stage2/hv-install-2 | 2 +- stage2/pkg/gdbm | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 stage2/pkg/gdbm diff --git a/config/packages-list b/config/packages-list index 3896448..02fb349 100644 --- a/config/packages-list +++ b/config/packages-list @@ -113,7 +113,7 @@ GCC="gcc-4.8.3" GCONF="GConf-3.2.6" GCR="gcr-3.14.0" GDB="gdb-6.4" -GDBM="gdbm-1.10" +GDBM="gdbm-1.11" GDK_PIXBUF="gdk-pixbuf-2.31.1" GEDA_GAF="geda-gaf-1.8.2" GEGL="gegl-0.2.0" diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index c148a8f..531d57e 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -5,7 +5,7 @@ source ../functions/main init_log_file ipkg ${BC} "--with-readline" -ipkg ${GDBM} +ipkg ${GDBM} "--enable-libgdbm-compat" ipkg ${INETUTILS} "\ --libexecdir=/usr/sbin \ --localstatedir=/var \ diff --git a/stage2/pkg/gdbm b/stage2/pkg/gdbm deleted file mode 100644 index fae0104..0000000 --- a/stage2/pkg/gdbm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -hvbuild_port() -{ - make install-compat -} -- 2.20.1