[Slackbuilds-users] faust.SlackBuild problem

George Vlahavas vlahavas at gmail.com
Thu Aug 25 09:09:42 UTC 2016


On Thu, 25 Aug 2016, George Vlahavas wrote:

> Hi,
>
> in the faust.SlackBuild, $ARCH is never set. You'll need to add something 
> like this close to the top:
>
> if [ -z "$ARCH" ]; then
>  case "$( uname -m )" in
>    i?86) ARCH=i586 ;;
>    arm*) ARCH=arm ;;
>       *) ARCH=$( uname -m ) ;;
>  esac
> fi
>
> Regards,
>
> George
>

Actually there are more problems with it. CFLAGS are never set properly 
and libraries get installed under /usr/lib in 64bit systems...



More information about the SlackBuilds-users mailing list