bsd.mk

changeset 360
125b9c976f39
parent 302
395763c0ee69
child 429
1607450065ba
--- a/bsd.mk	Thu Dec 21 19:48:27 2017 +0100
+++ b/bsd.mk	Thu Dec 28 15:30:23 2017 +0100
@@ -43,5 +43,5 @@
 APP_EXT =
 
 DAV_CFLAGS = `curl-config --cflags` `pkg-config --cflags libxml-2.0`
-DAV_LDFLAGS = `curl-config --libs` `pkg-config --libs libxml-2.0` -lssl -lcrypto -lpthread
+DAV_LDFLAGS = -L/usr/lib -lssl -lcrypto `curl-config --libs` `pkg-config --libs libxml-2.0` -lpthread
 

mercurial