mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 09:26:18 -05:00
Merge pull request #109 from AsamK/workaround_broken_sqlcipher
Add workaround for broken sqlcipher
This commit is contained in:
commit
6071be922f
@ -139,7 +139,10 @@ linux-* {
|
|||||||
error("libsqlcipher is not installed and libsqlcipher.a not found. SQLCIPHER is necessary for encrypted database, to build with unencrypted database, run: qmake CONFIG+=NO_SQLCIPHER")
|
error("libsqlcipher is not installed and libsqlcipher.a not found. SQLCIPHER is necessary for encrypted database, to build with unencrypted database, run: qmake CONFIG+=NO_SQLCIPHER")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
PKGCONFIG *= sqlcipher
|
# Workaround for broken sqlcipher packages, e.g. Ubuntu 14.04
|
||||||
|
# https://bugs.launchpad.net/ubuntu/+source/sqlcipher/+bug/1493928
|
||||||
|
# PKGCONFIG *= sqlcipher
|
||||||
|
LIBS *= -lsqlcipher
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user