diff options
-rw-r--r-- | desktop/ideviceinstaller/ideviceinstaller.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/ideviceinstaller/ideviceinstaller.SlackBuild b/desktop/ideviceinstaller/ideviceinstaller.SlackBuild index 4c969f4d67..6f5d9e9101 100644 --- a/desktop/ideviceinstaller/ideviceinstaller.SlackBuild +++ b/desktop/ideviceinstaller/ideviceinstaller.SlackBuild @@ -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 \ |