summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2007-01-11 16:23:22 +0000
committerAlasdair Kergon <agk@redhat.com>2007-01-11 16:23:22 +0000
commit4594807a249292a9f32dacd2102bbc1b4c8324d1 (patch)
tree681dc8c53bab551b918c78fe587830c0e66a5416 /daemons/dmeventd/Makefile.in
parentfb12fd445a86078d6de9f9dd52925a342a9ff322 (diff)
downloadlvm2-4594807a249292a9f32dacd2102bbc1b4c8324d1.tar.gz
lvm2-4594807a249292a9f32dacd2102bbc1b4c8324d1.tar.xz
lvm2-4594807a249292a9f32dacd2102bbc1b4c8324d1.zip
Use CFLAGS when linking so mixed sparc builds can supply -m64.
Diffstat (limited to 'daemons/dmeventd/Makefile.in')
-rw-r--r--daemons/dmeventd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/dmeventd/Makefile.in b/daemons/dmeventd/Makefile.in
index f5b2fea9..8b557119 100644
--- a/daemons/dmeventd/Makefile.in
+++ b/daemons/dmeventd/Makefile.in
@@ -34,7 +34,7 @@ LDFLAGS += -ldl -ldevmapper -lpthread
CLDFLAGS += -ldl -ldevmapper -lpthread
dmeventd: $(LIB_SHARED) dmeventd.o
- $(CC) -o $@ dmeventd.o $(LDFLAGS) \
+ $(CC) -o $@ dmeventd.o $(CFLAGS) $(LDFLAGS) \
-L. -ldevmapper-event $(LIBS) -rdynamic
.PHONY: install_dynamic install_static install_include \