fixes bsd config

Thu, 28 Dec 2017 15:30:23 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 Dec 2017 15:30:23 +0100
changeset 360
125b9c976f39
parent 359
bacb54502b24
child 362
9a75b6df3307

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
 

mercurial