mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/libhid: Added "--disable-werror" to configure.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
41a93f7b7d
commit
e13e83029c
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libhid
|
||||
VERSION=${VERSION:-0.2.16}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-swig \
|
||||
--enable-static=no \
|
||||
--enable-shared \
|
||||
--disable-werror \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue