Merge branch 'master' of github.com:cycojesus/slackbuilds

This commit is contained in:
Gwenhael Le Moine 2016-11-16 07:15:59 +01:00
commit 178a577fa8

View file

@ -50,7 +50,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC" SLKCFLAGS="-O2 -fPIC"
elif [ "$ARCH" = "arm" ]; then elif [ "$ARCH" = "arm" ]; then
SLKCFLAGS="-O2 -march=armv7" SLKCFLAGS="-O2"
fi fi
set -e set -e