aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-12-17 07:14:55 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-12-17 07:14:55 -0500
commitb652862fa3f2e3c47755c6f82fb27b32cc6a5e7a (patch)
treef7c3172a49311b5d0adfe4124c159683e3b87b54 /debian
parenta3e45a256f641dfa87f2db9402c2f05d3a8b2ba6 (diff)
downloadsqlitestudio-b652862fa3f2e3c47755c6f82fb27b32cc6a5e7a.tar.bz2
sqlitestudio-b652862fa3f2e3c47755c6f82fb27b32cc6a5e7a.tar.xz
sqlitestudio-b652862fa3f2e3c47755c6f82fb27b32cc6a5e7a.tar.zst
d/rules: Disable system sqlcipher for now, Debian's is too old.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ffe2483..f1373a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export QT_SELECT = 5
OPTIONS += "DEFINES += NO_AUTO_UPDATES"
OPTIONS += "LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)"
#OPTIONS += "WXSQLITE_LIB=-lwxsqlite3-3.0"
-OPTIONS += "SQLCIPHER_LIB=-lsqlcipher"
+#OPTIONS += "SQLCIPHER_LIB=-lsqlcipher"
%:
dh $@ --builddirectory=builddir