Author: sparky Date: Wed Sep 27 14:13:31 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix libdevmapper-event.so linking
---- Files affected: SOURCES: device-mapper-linking.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/device-mapper-linking.patch diff -u /dev/null SOURCES/device-mapper-linking.patch:1.1 --- /dev/null Wed Sep 27 16:13:31 2006 +++ SOURCES/device-mapper-linking.patch Wed Sep 27 16:13:25 2006 @@ -0,0 +1,11 @@ +--- device-mapper.1.02.09/dmeventd/Makefile.in~ 2006-04-19 17:32:05.000000000 +0000 ++++ device-mapper.1.02.09/dmeventd/Makefile.in 2006-09-27 14:15:09.000000000 +0000 +@@ -28,7 +28,7 @@ + + include ../make.tmpl + +-CLDFLAGS += -ldl -ldevmapper -lpthread ++LIBS += -ldl ../lib/ioctl/libdevmapper.so -lpthread + + .PHONY: install_dynamic install_static install_include \ + install_pkgconfig ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
