accessibility/xsel: Disabled some warnings-as-errors.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-03-06 22:10:00 +01:00 committed by Robby Workman
parent 334ebaa824
commit b9f483b51d

View file

@ -56,7 +56,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# anyone else's compiler but the specific version they use. Grr.
sed -i 's,-Werror,,g' configure
CFLAGS="$SLKCFLAGS" \
CFLAGS="$SLKCFLAGS -Wno-error=stringop-truncation" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \