From: Hugo Villeneuve Date: Sun, 28 Dec 2014 05:54:32 +0000 (-0500) Subject: Upgrade to gdbm-1.11 X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=362292f8b7f808d3e7d8742fff2b2cdec0a4b171 Upgrade to gdbm-1.11 --- 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 -}