From 35a38acc6010d97b349092f9179c14d18f129e9b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 27 Jul 2006 10:21:29 +0000 Subject: [PATCH] a couple more symbols need package names --- rts/package.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/package.conf.in b/rts/package.conf.in index 5b75be9..4cb9843 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -141,9 +141,9 @@ ld-options: #ifndef mingw32_HOST_OS #ifdef LEADING_UNDERSCORE - , "-u", "_GHCziConc_ensureIOManagerIsRunning_closure" + , "-u", "_base_GHCziConc_ensureIOManagerIsRunning_closure" #else - , "-u", "GHCziConc_ensureIOManagerIsRunning_closure" + , "-u", "base_GHCziConc_ensureIOManagerIsRunning_closure" #endif #endif -- 1.7.10.4