blob: b7c0c8b4b9905b5348ec56b49753193d810a6de1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 1.0.0.rc16/make.tmpl.in 2009-09-17 17:40:28.000000000 -0400
+++ 1.0.0.rc16/make.tmpl.in.new 2009-09-17 17:52:40.000000000 -0400
@@ -136,7 +136,7 @@
%.so: $(OBJECTS)
$(CC) -shared -Wl,-soname,$(notdir $@).$(DMRAID_LIB_VERSION) \
- -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event
+ -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event -ldl
$(LIB_STATIC): $(OBJECTS)
$(RM) $@
|