[Lunar-commits] <moonbase-other> 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:44:17 CEST 2013


commit 740a962f6ae12b6cb573d3fe375eb7e2833ecbe4
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 01 Aug 2013 05:43:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/740a962f6ae12b6cb573d3fe375eb7e2833ecbe4

gdbm: A little clean up in the BUILD and the POST_REMOVE isn't needed.
---
  libs/gdbm/BUILD       | +2/-14    
  libs/gdbm/POST_REMOVE | +0/-1     
  2 files changed, 2 insertions(+), 15 deletions(-)

--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,15 +1,3 @@
-(
 
-  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
+  OPTS+=" --disable-static" &&
+  default_build
--- a/libs/gdbm/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info  --delete gdbm  --info-dir /usr/info  >/dev/null 2>&1




More information about the Lunar-commits mailing list