Manifest updates, fix swiften and lmdb

This commit is contained in:
2017-12-21 15:11:32 +01:00
parent 3183930092
commit 015253224c
5 changed files with 16 additions and 11 deletions

View File

@@ -42,8 +42,9 @@ src_prepare() {
}
src_configure() {
# fdatasync lives in -lrt on Solaris 10
[[ ${CHOST#*-solaris2.} -le 10 ]] && append-ldflags -lrt
if [[ ${CHOST} == *-solaris* ]] ; then
# fdatasync lives in -lrt on Solaris 10
[[ ${CHOST#*-solaris2.} -le 10 ]] && append-ldflags -lrt
fi
}