Lev Serebryakov <l...@freebsd.org> writes: > Nope. It will be > > pkg-config --static serf-1 --libs > > and it get me this bogus -R flag :(
When does Subversion's configure invoke that? If I run Subversion's ./configure --enable-all-static there is no -R in the generated Makefile (I do have -R in serf-1.pc). I see that $ pkg-config serf-1 --static --libs -L/usr/local/lib -lserf-1 -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 -lssl -lcrypto does have the '-lssl -lcrypto' and those are the missing libraries I had to add to get the final link to work. -- Philip Martin WANdisco