diff options
Diffstat (limited to 'pkg/libcbor/gen.lua')
| -rw-r--r-- | pkg/libcbor/gen.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/libcbor/gen.lua b/pkg/libcbor/gen.lua index 7a9c1162..12158ea6 100644 --- a/pkg/libcbor/gen.lua +++ b/pkg/libcbor/gen.lua @@ -7,9 +7,10 @@ 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},6,']], - [[-e 's,$${CBOR_VERSION_PATCH},1,']], + [[-e 's,$${CBOR_VERSION_MINOR},7,']], + [[-e 's,$${CBOR_VERSION_PATCH},0,']], [[-e 's,$${CBOR_BUFFER_GROWTH},2,']], + [[-e 's,$${CBOR_MAX_STACK_SIZE},2048,']], [[-e 's,$${CBOR_RESTRICT_SPECIFIER},restrict,']], [[-e 's,$${CBOR_INLINE_SPECIFIER},inline,']], '-e /CBOR_CUSTOM_ALLOC/d', |
