desktop/ideviceinstaller: Disabled warnings-as-errors.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-19 18:10:03 +01:00 committed by Robby Workman
parent 0ed8479f07
commit ea7d73bcdd

View file

@ -5,7 +5,7 @@
PRGNAM=ideviceinstaller
VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -50,6 +50,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# make gcc happy
sed -i "s|-Werror\ ||" configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS"
./configure \