]> git.pld-linux.org Git - packages/php.git/commitdiff
- add sapi specific dir for config-file-scan-dir option sapi-inis
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 12:19:23 +0000 (15:19 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Aug 2019 13:23:30 +0000 (16:23 +0300)
php.spec

index fb4cc323bff283c5c510fd7ba0e9a706e64b834e..0c39714a029afa7acfc70c2e93b2ae3188cf3f39 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2202,7 +2202,7 @@ for sapi in $sapis; do
 %endif
        --with-libdir=%{_lib} \
        --with-config-file-path=%{_sysconfdir} \
-       --with-config-file-scan-dir=%{_sysconfdir}/conf.d \
+       --with-config-file-scan-dir=%{_sysconfdir}/conf.d:%{_sysconfdir}/$sapi.d \
        --with-system-tzdata \
        %{?with_argon2:--with-password-argon2} \
        --%{!?with_debug:dis}%{?with_debug:en}able-debug \
This page took 0.049732 seconds and 4 git commands to generate.