a couple more symbols need package names
authorSimon Marlow <simonmar@microsoft.com>
Thu, 27 Jul 2006 10:21:29 +0000 (10:21 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 27 Jul 2006 10:21:29 +0000 (10:21 +0000)
rts/package.conf.in

index 5b75be9..4cb9843 100644 (file)
@@ -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