Skip to content

main/lmdb: fix invalid pkgconfig

John Boehr requested to merge jbboehr/aports:lmdb-invalid-pc into master

The variables apparently require curly braces around them. Otherwise I get this sort of error:

libtool: compile:  gcc -Includedir
cc1: error: ncludedir: No such file or directory [-Werror=missing-include-dirs]

Merge request reports