"Bert Huijben" <b...@qqmail.nl> writes: >> Requires.private: >> Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION} >> Libs.private: -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 > -lgdbm >> -lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lz >> -L/usr/lib -lssl -lcrypto >> Cflags: -I${includedir} >> ]] > > And now including dev@serf, as I think this should be fixed there: > > It looks like serf gets these flags from: > $ apr-1-config --link-libtool
I have the same on my FreeBSD box, but Subversion's configure doesn't use link-libtool so the -R doesn't propagate into Subversion's Makefile: $ pkgconf serf-1 --cflags -I/usr/local/include/serf-1 $ pkgconf serf-1 --libs-only-l -lserf-1 $ pkgconf serf-1 --libs -L/usr/local/lib -lserf-1 $ apr-1-config --link-libtool -L/usr/local/lib -R/usr/local/lib -lapr-1 -- Philip Martin WANdisco