[Lunar-commits] <moonbase-core> sed: Use $OPTS in configure so optional_depends work

Peter de Ridder peter at lunar-linux.org
Thu Aug 30 13:13:12 CEST 2012


commit 1d4199609d6b0db02f44d9e285db6be4b920bcb8
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 06 Aug 2012 09:38:26 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/1d4199609d6b0db02f44d9e285db6be4b920bcb8

sed: Use $OPTS in configure so optional_depends work
---
  editors/sed/BUILD                                            +2/-1     
  1 files changed, 2 insertions (+), 1 deletions (-)

--- a/editors/sed/BUILD
+++ b/editors/sed/BUILD
@@ -4,7 +4,8 @@
                --prefix=/usr   \
                --bindir=/bin   \
                --infodir=/usr/share/info  \
-               --mandir=/usr/share/man   &&
+               --mandir=/usr/share/man    \
+               $OPTS                     &&
   default_make
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list