]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_brotli: Update makefile to cope with the pkg-config layout change
authorEvgeny Kotkov <kotkov@apache.org>
Mon, 16 Jan 2017 21:43:17 +0000 (21:43 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Mon, 16 Jan 2017 21:43:17 +0000 (21:43 +0000)
commit592c8f3bff4544968e3189dff73b3f00307afc3b
tree584d47c670f370e78fc3d215d7fd26c8a0ceb642
parent40a9292f205ba29077f8e166d40c48e6bc52f9c8
mod_brotli: Update makefile to cope with the pkg-config layout change
in https://github.com/google/brotli/commit/fe9f9a9

There's a typo in the upstream commit [1] (s/brotlicommon/libbrotlicommon)
that currently produces an unusable libbrotlienc.pc file, but hopefully
this is going to be fixed there.

[1] https://github.com/google/brotli/commit/fe9f9a9#diff-af3b638bc2a3e6c650974192a53c7291R409

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1779111 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/config.m4