[packages/ldc] add missing ldconfig invocation to -druntime and -phobos

atler atler at pld-linux.org
Mon Oct 13 19:52:15 CEST 2025


commit 232ddd093d3713547e2324d5d88530a40b4fa6a6
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Oct 13 19:51:12 2025 +0200

    add missing ldconfig invocation to -druntime and -phobos

 ldc.spec | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/ldc.spec b/ldc.spec
index 634526f..9876ed7 100644
--- a/ldc.spec
+++ b/ldc.spec
@@ -194,6 +194,12 @@ rm -rf $RPM_BUILD_ROOT
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
 
+%post	druntime -p /sbin/ldconfig
+%postun	druntime -p /sbin/ldconfig
+
+%post	phobos -p /sbin/ldconfig
+%postun	phobos -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README.md LICENSE
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ldc.git/commitdiff/232ddd093d3713547e2324d5d88530a40b4fa6a6



More information about the pld-cvs-commit mailing list