libraries/libmpdclient: Fixed typo.

CFLAG -> CFLAGS

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-02-13 20:05:07 +01:00 committed by Robby Workman
parent 603345ab70
commit 9cf75613a2
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
PRGNAM=libmpdclient
VERSION=2.7
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@ -52,7 +52,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAG="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \