summaryrefslogtreecommitdiff
path: root/rts/package.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r--rts/package.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in
index 1b3711617f..32bd00fb89 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -30,6 +30,9 @@ extra-libraries: "m" /* for ldexp() */
#ifdef HAVE_LIBRT
, "rt"
#endif
+#ifdef HAVE_LIBDL
+ , "dl"
+#endif
#ifdef mingw32_HOST_OS
,"wsock32" /* for the linker */
#endif