aboutsummaryrefslogtreecommitdiff
path: root/lib/libucl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 21:41:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 21:41:09 +0000
commit8e3b1ab2b5b430efed08c4132ee583f436c2ebe3 (patch)
tree4daea009d89b8a9d256f54572707642911add5c0 /lib/libucl
parent2ac11c1199268dec07e6f745188587a2537f8cdf (diff)
parent15b8b407ee0ee485e82a9de35932da2053f2c390 (diff)
downloadsrc-8e3b1ab2b5b430efed08c4132ee583f436c2ebe3.tar.gz
src-8e3b1ab2b5b430efed08c4132ee583f436c2ebe3.zip
Update libucl to git version 8d3b186
Notes
Notes: svn path=/head/; revision=279549
Diffstat (limited to 'lib/libucl')
-rw-r--r--lib/libucl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libucl/Makefile b/lib/libucl/Makefile
index 31bd3166f045..62b0d28b886c 100644
--- a/lib/libucl/Makefile
+++ b/lib/libucl/Makefile
@@ -18,9 +18,10 @@ SRCS= ucl_emitter_streamline.c \
LIBADD= m
-WARNS= 1
+WARNS= 2
CFLAGS+= -I${LIBUCL}/include \
-I${LIBUCL}/src \
- -I${LIBUCL}/uthash
+ -I${LIBUCL}/uthash \
+ -I${LIBUCL}/klib
.include <bsd.lib.mk>