[packages/php/sapi-inis: 7/7] - add sapi specific dir for config-file-scan-dir option

glen glen at pld-linux.org
Sun Aug 11 15:24:14 CEST 2019


commit 3c65f4035a2b4e16b392bb0d95d37ec240240eaa
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Aug 11 15:19:23 2019 +0300

    - add sapi specific dir for config-file-scan-dir option

 php.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index fb4cc32..0c39714 100644
--- 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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3c65f4035a2b4e16b392bb0d95d37ec240240eaa



More information about the pld-cvs-commit mailing list