From 1f322a78344d413f69acb7b6896b03dbfc9715af Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 22 Sep 2020 20:05:12 -0700 Subject: libcbor: Update to 0.8.0 --- pkg/libcbor/gen.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/libcbor/gen.lua') diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index 12158ea6..2102c6e4 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,7 +7,7 @@ cflags{ build('sed', '$outdir/include/cbor/configuration.h', '$srcdir/src/cbor/configuration.h.in', { expr={ [[-e 's,$${CBOR_VERSION_MAJOR},0,']], - [[-e 's,$${CBOR_VERSION_MINOR},7,']], + [[-e 's,$${CBOR_VERSION_MINOR},8,']], [[-e 's,$${CBOR_VERSION_PATCH},0,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], [[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']], @@ -35,6 +35,7 @@ pkg.hdrs = { 'cbor/strings.h', 'cbor/tags.h', }), + copy('$outdir/include/cbor', '$dir', {'cbor_export.h'}), '$outdir/include/cbor/configuration.h', } pkg.deps = {'$gendir/headers'} -- cgit v1.2.3