From e5c609f31d485dcb5796103d5b8b0cf332960070 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sat, 16 Jan 2021 08:35:38 +0100 Subject: libraries: unuse 'openieee', rename enable_openieee to enable_gplcompat --- scripts/ci-run.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh index cee5d05e2..049cae510 100755 --- a/scripts/ci-run.sh +++ b/scripts/ci-run.sh @@ -88,11 +88,11 @@ ISSYNTH=true for arg in "$@"; do shift case "$arg" in - "--color"|"-color") set -- "$@" "-c";; - "--backend"|"-backend") set -- "$@" "-b";; - "--pkg"|"-pkg") set -- "$@" "-p";; - "--gpl"|"-gpl") set -- "$@" "-g";; - "--no-synth"|"-no-synth") set -- "$@" "-s";; + "--color"|"-color") set -- "$@" "-c";; + "--backend"|"-backend") set -- "$@" "-b";; + "--pkg"|"-pkg") set -- "$@" "-p";; + "--gplcompat"|"-gplcompat") set -- "$@" "-g";; + "--no-synth"|"-no-synth") set -- "$@" "-s";; *) set -- "$@" "$arg" esac done @@ -192,9 +192,9 @@ buildCmdOpts () { BUILD_CMD_OPTS="$ENABLECOLOR -b $DBACK" if [ "x$ISGPL" = "xtrue" ]; then - BUILD_CMD_OPTS="$BUILD_CMD_OPTS --gpl" - PKG_NAME="${PKG_NAME}-gpl" - DEXT="-gpl" + BUILD_CMD_OPTS="$BUILD_CMD_OPTS --gplcompat" + PKG_NAME="${PKG_NAME}-gplcompat" + DEXT="-gplcompat" fi export BUILD_CMD_OPTS="${BUILD_CMD_OPTS} -p $PKG_NAME" @@ -238,6 +238,7 @@ build () { mkdir "$GPLDIR" cp -pdrl $files "$GPLDIR" tar -zcf "${GPLDIR}.tgz" "$GPLDIR" + CONFIG_OPTS+=' --enable-gplcompat' gend fi -- cgit v1.2.3