summaryrefslogtreecommitdiff
blob: 940323e0495d646d1bf2aa89c5d33e7d98bbc882 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mercury-extras-0.13.1.orig/dynamic_linking/Mmakefile	2005-01-25 20:49:05.000000000 +1300
+++ mercury-extras-0.13.1/dynamic_linking/Mmakefile	2006-12-04 21:59:53.000000000 +1300
@@ -11,7 +11,7 @@
 MLFLAGS = --shared
 
 # Link in the `-ldl' library (this may not be needed on some systems)
-MLLIBS = -ldl
+MLLIBS = -L/usr/lib -ldl
 
 # enable C-level debugging
 CFLAGS = -g