[Lunar-commits] <moonbase-other> gdbm: Nope. Don't see the Makefile sedits doing anything and all installs

stumbles stumbles at lunar-linux.org
Thu Aug 1 15:05:27 CEST 2013


commit 948523bcf5299ed93f49efcdb0033a0592533c1e
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 01 Aug 2013 06:04:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/948523bcf5299ed93f49efcdb0033a0592533c1e

gdbm: Nope. Don't see the Makefile sedits doing anything and all installs

where it should.
---
  libs/gdbm/BUILD       | +2/-13    
  libs/gdbm/POST_REMOVE | +0/-1     
  2 files changed, 2 insertions(+), 14 deletions(-)

--- a/libs/gdbm/BUILD
+++ b/libs/gdbm/BUILD
@@ -1,15 +1,4 @@
-(
 
-  unset CC CXX  &&
-  sedit  "s/-O/$CFLAGS/"  Makefile.in
+  OPST+=" --disable-static" &&
 
-  ./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
+  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