diff options
Diffstat (limited to 'etc/scripts/bootstrap-busybox')
-rwxr-xr-x | etc/scripts/bootstrap-busybox/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/scripts/bootstrap-busybox/bootstrap.sh b/etc/scripts/bootstrap-busybox/bootstrap.sh index cb9b2fb..a49d53c 100755 --- a/etc/scripts/bootstrap-busybox/bootstrap.sh +++ b/etc/scripts/bootstrap-busybox/bootstrap.sh @@ -7,7 +7,7 @@ APPLET_GROUP=$2 APPLET_NAME=$3 export CC=${CC:-cc} -export CFLAGS="-D_GNU_SOURCE -Iinclude -I${SRCDIR} -I${SRCDIR}/include" +export CFLAGS="${CFLAGS:-} -D_GNU_SOURCE -Iinclude -I${SRCDIR} -I${SRCDIR}/include" DEP_SRCS=" libbb/bb_pwd.c |