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