# HG changeset patch # User Olaf Wintermann # Date 1514471423 -3600 # Node ID 125b9c976f39c05670eabeb1b5fc8fcc7966fd79 # Parent bacb54502b24c337ad15cfbca9cbfd53f5961508 fixes bsd config dav uses the base system openssl because curl seems to use it as well diff -r bacb54502b24 -r 125b9c976f39 bsd.mk --- 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