From 4eea8eab52bafe9efbf8d451082a6c8f680122ae Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 4 Mar 2012 19:24:38 +0100 Subject: [PATCH] busybox: fixed SDECFG_DEBUG support --- base/busybox/busybox.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/base/busybox/busybox.conf b/base/busybox/busybox.conf index e0a659dad..72c1477ce 100644 --- a/base/busybox/busybox.conf +++ b/base/busybox/busybox.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../busybox/busybox.conf -# Copyright (C) 2006 - 2008 The OpenSDE Project +# Copyright (C) 2006 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -90,11 +90,8 @@ fi var_append conffiles ' ' $confdir/broken.config -# when SDECFG_DEBUG is enabled, we don't get busybox, just busybox_unstripped -# but `make install` still expects busybox to be there -# -[ "$SDECFG_DEBUG" != 1 ] || hook_add inmake 5 'cp -v busybox_unstripped busybox' +# exporting SDECFG_DEBUG=0 so their strip -o calls work +[ "$SDECFG_DEBUG" != 1 ] || export STRIP="SDECFG_DEBUG=0 $STRIP" # save .config file for the future hook_add postdoc 9 'cp -v .config busybox.links $root/$docdir' -