On Jun 25, 2013, at 1:11 PM, David Disseldorp <[email protected]> wrote:
> Binaries using the plug-ins static library will need to link against > required shared libraries themselves. I would rather not make a change like this in -stable unless it is absolutely necessary. Looks OK for 0.10, though. > Signed-off-by: David Disseldorp <[email protected]> > --- > src/plug-ins/Makefile.am | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/src/plug-ins/Makefile.am b/src/plug-ins/Makefile.am > index 9e4ec4d..de362cf 100644 > --- a/src/plug-ins/Makefile.am > +++ b/src/plug-ins/Makefile.am > @@ -25,10 +25,7 @@ > > lib_LTLIBRARIES = libnfsjunct.la > libnfsjunct_la_SOURCES = nfs-plugin.c > -libnfsjunct_la_LIBADD = $(LIBLDAP) $(LIBLBER) $(LIBXML2) \ > - $(LIBSQLITE3) $(LIBIDN) $(LIBUUID) \ > - $(LIBURIPARSER) $(LIBCRYPTO) $(LIBSSL) \ > - $(top_builddir)/src/libnsdb/libnsdb.la \ > +libnfsjunct_la_LIBADD = $(top_builddir)/src/libnsdb/libnsdb.la \ > $(top_builddir)/src/libxlog/libxlog.la \ > $(top_builddir)/src/libjunction/libjunction.la > > -- > 1.8.1.4 > > > _______________________________________________ > fedfs-utils-devel mailing list > [email protected] > https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel -- Chuck Lever chuck[dot]lever[at]oracle[dot]com _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
