Thu, 28 Dec 2017 15:30:23 +0100
fixes bsd config
dav uses the base system openssl because curl seems to use it as well
bsd.mk | file | annotate | diff | comparison | revisions |
--- 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