[Lunar-commits] <moonbase-other> Revert "gdbm: A little clean up in the BUILD and the POST_REMOVE isn't needed."

stumbles stumbles at lunar-linux.org
Thu Aug 1 14:46:48 CEST 2013


commit fa113d5e0d25d99eddb18a120c559402965c2b54
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 01 Aug 2013 05:46:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fa113d5e0d25d99eddb18a120c559402965c2b54

Revert "gdbm: A little clean up in the BUILD and the POST_REMOVE isn't needed."

This reverts commit 740a962f6ae12b6cb573d3fe375eb7e2833ecbe4.

Errp. Missed that info dir thing, lets try this again.
---
  libs/gdbm/BUILD       | +14/-2    
  libs/gdbm/POST_REMOVE | +1/-0     
  2 files changed, 15 insertions(+), 2 deletions(-)

--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,3 +1,15 @@
+(
 
-  OPTS+=" --disable-static" &&
-  default_build
+  unset CC CXX  &&
+  sedit  "s/-O/$CFLAGS/"  Makefile.in
+
+  ./configure  --prefix=/usr     \
+               --disable-static &&
+
+  sedit "s/fix)\/info/fix)\/share\/info/" Makefile  &&
+  sedit "s/fix)\/man/fix)\/share\/man/" Makefile    &&
+  make             &&
+  prepare_install  &&
+  make  prefix=/usr install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/gdbm/POST_REMOVE
@@ -0,0 +1 @@
+install-info  --delete gdbm  --info-dir /usr/info  >/dev/null 2>&1




More information about the Lunar-commits mailing list