diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-17 17:10:59 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-17 17:10:59 +0200 |
commit | 54c2eed89f3036c39e6594aa10774cff605a5f8f (patch) | |
tree | c2218fbc7e37dc59cd6d5416fd41e4eb8b9b6df8 /libhandlebars.xml | |
parent | 8dd0522c2759f2dbb0351c2002862d1dfd9bc846 (diff) |
update to 0.7.0
drop patches merged upstream
open https://github.com/jbboehr/handlebars.c/issues/81
_hardened_ldflags break build
Diffstat (limited to 'libhandlebars.xml')
-rw-r--r-- | libhandlebars.xml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/libhandlebars.xml b/libhandlebars.xml new file mode 100644 index 0000000..22dc92f --- /dev/null +++ b/libhandlebars.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<descriptor> + +<!-- Template for the Library Descriptor --> + +<!-- + Necessary Sections + --> + +<version> + <!-- Version of the library --> +0.8.0 +</version> + +<headers> + <!-- The list of paths to header files and/or + directories with header files, one per line --> +/usr/include/handlebars.h +/usr/include/handlebars.lex.h +/usr/include/handlebars.tab.h +/usr/include/handlebars_ast.h +/usr/include/handlebars_ast_helpers.h +/usr/include/handlebars_ast_list.h +/usr/include/handlebars_ast_printer.h +/usr/include/handlebars_cache.h +/usr/include/handlebars_compiler.h +/usr/include/handlebars_config.h +/usr/include/handlebars_helpers.h +/usr/include/handlebars_map.h +/usr/include/handlebars_memory.h +/usr/include/handlebars_opcode_printer.h +/usr/include/handlebars_opcode_serializer.h +/usr/include/handlebars_opcodes.h +/usr/include/handlebars_partial_loader.h +/usr/include/handlebars_private.h +/usr/include/handlebars_scanners.h +/usr/include/handlebars_stack.h +/usr/include/handlebars_string.h +/usr/include/handlebars_token.h +/usr/include/handlebars_utils.h +/usr/include/handlebars_value.h +/usr/include/handlebars_value_handlers.h +/usr/include/handlebars_vm.h +/usr/include/handlebars_whitespace.h +</headers> + +<libs> + <!-- The list of paths to shared objects and/or + directories with shared objects, one per line --> +/usr/lib64/libhandlebars.so +</libs> + +<!-- + Additional Sections + --> + +<include_paths> + <!-- The list of paths to be searched for header files + needed for compiling of library headers, one per line --> +</include_paths> + +<gcc_options> + <!-- Additional gcc options, one per line --> +</gcc_options> + +<include_preamble> + <!-- The list of header files that should be included before other headers, one per line. + For example, it is a tree.h for libxml2 and ft2build.h for freetype2 --> +</include_preamble> + +<opaque_types> + <!-- The list of opaque types, one per line --> +</opaque_types> + +<skip_interfaces> + <!-- The list of functions (mangled/symbol names in C++) + that should be skipped while testing, one per line --> +</skip_interfaces> + +<skip_constants> + <!-- The list of constants that should not be checked, one name per line --> +</skip_constants> + +<skip_headers> + <!-- The list of headers that should not be processed, one name per line --> +</skip_headers> + +</descriptor> |