patch from Stefan Sperling to allow compilation on OpenBSD

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6613 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-08-25 21:06:29 +00:00
parent 5bf1ce8f07
commit 1554e17f48
6 changed files with 62 additions and 3 deletions

View file

@ -92,3 +92,12 @@ win32 {
LIBS += -lcurl -lxml2 -lxslt -lws2_32 -lwldap32
}
openbsd-* {
LIBXML2_DIR = /usr/local/include/libxml2
INCLUDEPATH += $${LIBXML2_DIR}
LIBS += -lcurl -lxml2 -lxslt
}