Upgrade to gdbm-1.11
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 28 Dec 2014 05:54:32 +0000 (00:54 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 29 Dec 2014 16:24:31 +0000 (11:24 -0500)
config/packages-list
stage2/hv-install-2
stage2/pkg/gdbm [deleted file]

index 3896448..02fb349 100644 (file)
@@ -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"
index c148a8f..531d57e 100755 (executable)
@@ -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 (file)
index fae0104..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-hvbuild_port()
-{
-    make install-compat
-}