From aa619a190201f2f5e517f8ef585da00b18451505 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Tue, 13 Feb 2007 01:52:03 +0000 Subject: slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs when building cyrus-sasl and gdb. Go figure. --- conf/distro/include/slugos.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/distro/include/slugos.inc') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a26a069fa0..0a11c0e8ac 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -49,9 +49,7 @@ INHERIT += "package_ipk debian multimachine" # values are.) The -fno options are an attempt to cancel explicit use of space # consuming options found in some packages (this isn't a complete list, this is # just the ones which package writers seem to know about and abuse). -FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \ - -fno-unroll-loops -fno-inline-functions \ - -fweb -funit-at-a-time" +FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers -fno-unroll-loops -fno-inline-functions -fweb -funit-at-a-time" #---------------------------------------------------------------------------------- # FEEDS -- cgit v1.2.3 From 464d501ed34c9b151ff535d95efc4f4b29d4b761 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 18 Feb 2007 01:39:07 +0000 Subject: slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS} --- conf/distro/include/slugos.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/distro/include/slugos.inc') diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 0a11c0e8ac..a89d193225 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -84,7 +84,9 @@ CMDLINE_DEBUG = "noirqdebug" # # Everything in this list gets added to the flash image, along with any RDEPENDS # it has itself! -SLUGOS_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_DEPENDS ?= "" +DISTRO_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_RRECOMMENDS ?= "" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL -- cgit v1.2.3