In particular I have gnutls installed in a specific location. As there is no --with-gnutls flag (should be added?) I have to supply paths to the library with environment. If modules compiled in statically, everything works.. But with --enable-dso it's not possible to point onto that specific location and compilation fails. Small patch, atthached here, should sollve this problem. P.S> but --with-gnutls would be better ;))
Created attachment 1861 [details] Add LDFLAGS to SHFD_FLAGS
Fixed in r15205, thanks!