summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-10-09 15:55:31 +0000
committerAlasdair Kergon <agk@redhat.com>2009-10-09 15:55:31 +0000
commitb34447e233bf32d18bfb2210ccb9941eb4a58bd0 (patch)
tree154bfcc373395cf84692323d46fa3d68651a5eab /make.tmpl.in
parent21e094d9dfb749934dc5a7c061d4f11d6d939da7 (diff)
downloadlvm2-b34447e233bf32d18bfb2210ccb9941eb4a58bd0.tar.gz
lvm2-b34447e233bf32d18bfb2210ccb9941eb4a58bd0.tar.xz
lvm2-b34447e233bf32d18bfb2210ccb9941eb4a58bd0.zip
linking parms missing from o->so conversion.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 6d129207..a6e16de7 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -204,7 +204,7 @@ $(TARGETS): $(OBJECTS)
$(DEFS) $(CFLAGS) $< > $@
%.so: %.o
- $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $< -o $@
+ $(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(CLDFLAGS) $< $(LIBS) -o $@
ifeq ("@LIB_SUFFIX@","so")
$(LIB_SHARED): $(OBJECTS) $(LDDEPS)