mod_auth_openidc: Fix building the multi-source module

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2021-09-27 20:49:12 +02:00
parent 7d0ba0a8e3
commit be140956c1
2 changed files with 5 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ DOCS=(
"openidc.conf"
)
src_compile() {
default_src_compile
}
src_install() {
APACHE2_MOD_CONF="50_${PN}"
APACHE2_MOD_DEFINE="AUTH_OPENIDC"