You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/dmraid/files/dmraid-1.0.0_rc16-as-needed...

12 lines
429 B

--- 1.0.0.rc16/make.tmpl.in 2010-08-16 10:22:32.000000000 -0400
+++ 1.0.0.rc16/make.tmpl.in 2010-08-16 10:42:49.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
+ $(LDFLAGS) -Wl,--version-script,.export.sym $(OBJECTS) -o $@ -ldevmapper-event -ldl
$(LIB_STATIC): $(OBJECTS)
$(RM) $@