Browse Source

modules: changed FOOTPRINT to not set the deprecated TERMCAP config options

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
c3781d504a
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      pkgsel/Base/FOOTPRINT.conf

+ 0
- 4
pkgsel/Base/FOOTPRINT.conf

@ -24,10 +24,6 @@ case "$2" in
;; ;;
esac esac
if [ "$2" == "embedded" ]; then
x="$x PKG_TERMCAP_USEIT=1 PKG_TERMCAP_USETERMUTILS=1"
fi
for y in $x; do for y in $x; do
eval SDECFGSET_$y eval SDECFGSET_$y
done done

Loading…
Cancel
Save