Magellan Linux

Contents of /trunk/device-mapper/patches/device-mapper-1.02.02-libpaths.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 600 byte(s)
-import

1 --- device-mapper.1.02.02/dmeventd/Makefile.in.libpaths 2005-12-02 10:39:16.000000000 -0500
2 +++ device-mapper.1.02.02/dmeventd/Makefile.in 2005-12-04 14:12:08.000000000 -0500
3 @@ -14,7 +14,6 @@
4 srcdir = @srcdir@
5 top_srcdir = @top_srcdir@
6 VPATH = @srcdir@
7 -interface = @interface@
8
9 SOURCES = libdevmapper-event.c \
10 dmeventd.c
11 @@ -27,10 +26,10 @@
12 LIB_SHARED = libdevmapper-event.so
13 endif
14
15 -CLDFLAGS += -ldl -ldevmapper -lpthread
16 -
17 include ../make.tmpl
18
19 +CLDFLAGS += -ldl -L$(interfacedir) -ldevmapper -lpthread
20 +
21 .PHONY: install_dynamic install_static
22
23 INSTALL_TYPE = install_dynamic