]> sourceware.org Git - lvm2.git/commitdiff
linking parms missing from o->so conversion.
authorAlasdair Kergon <agk@redhat.com>
Fri, 9 Oct 2009 15:55:31 +0000 (15:55 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 9 Oct 2009 15:55:31 +0000 (15:55 +0000)
make.tmpl.in

index 6d1292075f653c1c741794ae51312e3c264de01a..a6e16de7e22b5f5d106f6140544c3d4341a83ea1 100644 (file)
@@ -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)
This page took 0.036508 seconds and 5 git commands to generate.