[PATCH] Fix liblvm2cmd.so linking order for --as-needed builds
Zdenek Kabelac <[email protected]>
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
Dne 12.10.2010 16:20, Diego Elio Petten? napsal(a): > Il giorno mar, 12/10/2010 alle 15.55 +0200, Zdenek Kabelac ha scritto: >> The last occurrence of CLDWHOLEARCHIVE in tools/Makefile.in seems to be >> dropped by this Alasdair's commit: > > Uh? > > liblvm2cmd.$(LIB_SUFFIX): liblvm2cmd.a $(LDDEPS) > $(CC) -shared -Wl,-soname,$@.$(LIB_VERSION) \ > $(CFLAGS) $(CLDFLAGS) -o $@ $(LVMLIBS) $(LIBS) \ > @CLDWHOLEARCHIVE@ liblvm2cmd.a @CLDNOWHOLEARCHIVE@ > > this is in > > commit 39429d390515de9a375979274bc61d787ea9a0cb > Author: Zdenek Kabelac <[email protected]> > Date: Fri Oct 8 15:03:21 2010 +0000 > > Did I get the wrong GIT repository? Ooops sorry - my bad - I've been working with non-master git branch looking for some older bug. Hmm - ok - I'll need to take a look on this. Zdenek