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 <[email protected]>
---

 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


_______________________________________________
fedfs-utils-devel mailing list
[email protected]
https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel

Reply via email to