@@ -95,7 +95,7 @@ AutoReqProv: no
case "%{l_target}" in *-solaris*) host=solaris ;;
*-linux*) host=linux ;;
*-freebsd*) host=freebsd ;;
- *) host=`uname | tr A-Z a-z`-g++ ;;
+ *) host=`uname | tr A-Z a-z` ;;
esac
# build live streaming libs first