From patchwork Wed Jan 16 21:51:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [01/11] plug-in: link libnfsjunct.so with liburiparser Date: Wed, 16 Jan 2013 11:51:50 -0000 From: Chuck Lever X-Patchwork-Id: 213069 Message-Id: <20130116215150.21683.95215.stgit@seurat.1015granger.net> To: fedfs-utils-devel@oss.oracle.com Attempting to follow a junction results in a missing symbol error from mountd. Commit 750fdf4b "libnsdb: Add URI pathname parser helpers" Wed Nov 28 20:35:24 2012 should have updated src/plug-ins/Makefile.am to link the plug-in library with the URI parser library. Signed-off-by: Chuck Lever --- src/plug-ins/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/plug-ins/Makefile.am b/src/plug-ins/Makefile.am index 1427708..47bf452 100644 --- a/src/plug-ins/Makefile.am +++ b/src/plug-ins/Makefile.am @@ -27,6 +27,7 @@ lib_LTLIBRARIES = libnfsjunct.la libnfsjunct_la_SOURCES = nfs-plugin.c libnfsjunct_la_LIBADD = $(LIBLDAP) $(LIBLBER) $(LIBXML2) \ $(LIBSQLITE3) $(LIBIDN) $(LIBUUID) \ + $(LIBURIPARSER) \ $(top_builddir)/src/libnsdb/libnsdb.la \ $(top_builddir)/src/libxlog/libxlog.la \ $(top_builddir)/src/libjunction/libjunction.la