From: Adam Sutton Date: Fri, 8 Feb 2013 15:44:05 +0000 (+0000) Subject: support: fix configure args storage. X-Git-Tag: v3.5~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd2c28b890faee7e8ec8eecbaa5dcc018e1b13e;p=thirdparty%2Ftvheadend.git support: fix configure args storage. --- diff --git a/support/configure.inc b/support/configure.inc index 6b2dcece0..ecb85da4b 100644 --- a/support/configure.inc +++ b/support/configure.inc @@ -9,6 +9,8 @@ # Defaults # ########################################################################### +CONFIGURE_ARGS="$*" + # System setup [ -z "$PLATFORM" ] && PLATFORM=linux [ -z "$CPU" ] && CPU=generic @@ -460,11 +462,12 @@ function write_config CONFIG_MK=${ROOTDIR}/.config.mk cat > ${CONFIG_MK} <