development/watchman: Fix build for -current.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-06-21 16:53:53 -04:00 committed by Willy Sudiarto Raharjo
parent a27a0e4bba
commit dcad5b992f
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,8 @@
# with this program (most likely, a file named COPYING). If not, see
# <https://www.gnu.org/licenses/>.
# 20170621 bkw: fix build on -current (--enable-lenient, removes -Werror)
# 20170309 bkw:
# - take over maintenance
# - use long-form github URL
@ -83,6 +85,7 @@ CC=clang CXX=clang++ \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--enable-lenient \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \