Message ID | 20130116215150.21683.95215.stgit@seurat.1015granger.net |
---|---|
State | Accepted |
Headers | show |
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
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 <chuck.lever@oracle.com> --- src/plug-ins/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)