[commit: ghc] master: Fix dynlib paths in the RTS too; part of #7833 (7be5b44)

Ian Lynagh igloo at earth.li
Sat Jun 22 23:34:49 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/7be5b44dba0fd3903d7a324f8e82cdb921d18a4f

>---------------------------------------------------------------

commit 7be5b44dba0fd3903d7a324f8e82cdb921d18a4f
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Jun 22 21:33:22 2013 +0100

    Fix dynlib paths in the RTS too; part of #7833

>---------------------------------------------------------------

 rts/ghc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rts/ghc.mk b/rts/ghc.mk
index fef49d4..4cc8e8d 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -203,6 +203,7 @@ $$(rts_$1_LIB) : $$(rts_$1_OBJS) $$(rts_$1_DTRACE_OBJS) rts/dist/libs.depend $$(
 	"$$(rts_dist_HC)" -package-name rts -shared -dynamic -dynload deploy \
 	  -no-auto-link-packages $$(LIBFFI_LIBS) `cat rts/dist/libs.depend` $$(rts_$1_OBJS) \
 	  $$(rts_$1_DTRACE_OBJS) -o $$@
+	$(call relative-dynlib-references,rts,dist,1)
 endif
 else
 $$(rts_$1_LIB) : $$(rts_$1_OBJS) $$(rts_$1_DTRACE_OBJS)





More information about the ghc-commits mailing list