diff options
Diffstat (limited to 'libraries/unixODBC/unixODBC.SlackBuild')
-rw-r--r-- | libraries/unixODBC/unixODBC.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/unixODBC/unixODBC.SlackBuild b/libraries/unixODBC/unixODBC.SlackBuild index 5f8ac71259..c7b2940ba0 100644 --- a/libraries/unixODBC/unixODBC.SlackBuild +++ b/libraries/unixODBC/unixODBC.SlackBuild @@ -32,12 +32,10 @@ VERSION=2.3.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |