libraries/live555: Ensure LIBDIRSUFFIX is set for non-x86

Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
Christoph Willing 2017-01-10 23:18:25 +10:00 committed by Willy Sudiarto Raharjo
parent 2794d0d471
commit 156fa258cc
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 1 additions and 1 deletions

View File

@ -43,8 +43,8 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
case "$ARCH" in
i?86) LIBDIRSUFFIX="" ;;
x86_64) LIBDIRSUFFIX="64" ;;
*) LIBDIRSUFFIX="" ;;
esac
set -eu