]> granicus.if.org Git - apache/commit
mod_brotli: Unbreak building other filter modules without libbrotlienc.
authorEvgeny Kotkov <kotkov@apache.org>
Wed, 21 Sep 2016 22:11:00 +0000 (22:11 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Wed, 21 Sep 2016 22:11:00 +0000 (22:11 +0000)
commitf621e886e07665fb9edc16d23ec90187cfec9a20
tree56322a1c1bcb8194f0f35f1c618bc191632e3621
parent44c1d726d18760cd9e9da670fcc90c4902a9eee4
mod_brotli: Unbreak building other filter modules without libbrotlienc.

Don't add -lbrotlienc to the MOD_LDFLAGS unconditionally.  And, when
adding it, use MOD_BROTLI_LDADD to avoid linking all filter modules
against this library.

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