mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
linking parms missing from o->so conversion.
This commit is contained in:
parent
21e094d9df
commit
b34447e233
@ -204,7 +204,7 @@ $(TARGETS): $(OBJECTS)
|
|||||||
$(DEFS) $(CFLAGS) $< > $@
|
$(DEFS) $(CFLAGS) $< > $@
|
||||||
|
|
||||||
%.so: %.o
|
%.so: %.o
|
||||||
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $< -o $@
|
$(CC) -c $(INCLUDES) $(DEFS) $(CFLAGS) $(CLDFLAGS) $< $(LIBS) -o $@
|
||||||
|
|
||||||
ifeq ("@LIB_SUFFIX@","so")
|
ifeq ("@LIB_SUFFIX@","so")
|
||||||
$(LIB_SHARED): $(OBJECTS) $(LDDEPS)
|
$(LIB_SHARED): $(OBJECTS) $(LDDEPS)
|
||||||
|
Loading…
Reference in New Issue
Block a user