blob: 6c99cec5aaf6f38b49722badb80659f19e855416 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mercury-extras-0.13.0.orig/dynamic_linking/Mmakefile 2005-01-25 20:49:05.000000000 +1300
+++ mercury-extras-0.13.0/dynamic_linking/Mmakefile 2006-09-17 09:02:49.000000000 +1200
@@ -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
|