xap/puzzles: Updated.
This commit is contained in:
parent
5d56bc3627
commit
a584f2b60c
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2018 Damien Goutte-Gattat
|
||||
# Copyright (C) 2018,2019 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -84,7 +84,7 @@ cd $TMP
|
|||
echo "Building $ARCHIVE..."
|
||||
tar xf $CWD/$ARCHIVE
|
||||
cd $NAME
|
||||
CFLAGS=$CPUOPT \
|
||||
CFLAGS="$CPUOPT -Wno-error=deprecated-declarations -Wno-error=format-overflow" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-dependency-tracking \
|
||||
|
|
Loading…
Reference in New Issue