make/project.xml

branch
webdav
changeset 260
4779a6fb4fbe
parent 250
f4d93355b054
child 270
4cfaa02055cd
--- a/make/project.xml	Tue Aug 25 12:07:56 2020 +0200
+++ b/make/project.xml	Sat Oct 24 17:34:32 2020 +0200
@@ -23,7 +23,7 @@
 	</dependency>
 	
 	<dependency platform="bsd" not="macos">
-		<cflags>-DBSD</cflags>
+		<cflags>-DBSD -I/usr/local/include</cflags>
 		<ldflags>-lpthread -lm -lldap</ldflags>
 		<make>
 # platform dependend source files
@@ -73,6 +73,10 @@
 		<pkgconfig>openssl</pkgconfig>
 	</dependency>
 	
+	<dependency name="openssl">
+		<ldflags>-lssl -lcrypto</ldflags>
+	</dependency>
+	
 	<!-- optional dependencies -->
 	<dependency name="libpq">
 		<pkgconfig>libpq</pkgconfig>

mercurial