Switch to side-by-side view
--- a/src/lib/mkMake +++ b/src/lib/mkMake @@ -131,7 +131,7 @@ # no effort whatsoever to maintain any kind of ABI compat in this lib. Only # programs or modules from the same Recoll release can be compatible. \$(LIBRECOLL): \$(DEPS) \$(OBJS) - g++ -shared -Wl,--no-undefined -Wl,-rpath=\$(libdir) \ + g++ -shared -Wl,--no-undefined \ -Wl,-soname=\$(LIBRECOLL) -o \$(LIBRECOLL) \$(OBJS) \ -lxapian -lz -lX11 -lpthread -ldl rm -f librecoll.so