Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37734926
en ru br
ALT Linux repos
S:2.098.1-alt1

Group :: Development/Other
RPM: dmd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: druntime-2.082.0-alt-build.patch
Download


diff --git a/druntime/posix.mak b/druntime/posix.mak
index 3ec4db7..98c1ce0 100644
--- a/druntime/posix.mak
+++ b/druntime/posix.mak
@@ -118,7 +118,7 @@ TIMELIMIT:=$(if $(shell which timelimit 2>/dev/null || true),timelimit -t 10 ,)
 ######################## All of'em ##############################
 
 ifneq (,$(SHARED))
-target : import copy dll $(DRUNTIME)
+target : import copy dll $(DRUNTIME) $(DRUNTIMESO)
 else
 target : import copy $(DRUNTIME)
 endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin