summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2020-08-17 20:47:35 +0200
committersehraf2020-08-17 20:47:35 +0200
commit075356a4f4fb45e6f42b270a681a60daa90291ec (patch)
tree21bcaa962602cd1aee16a550ee34900e1c31260c
parente1600478eb95e23224918316c329af8a94256037 (diff)
downloadaur-075356a4f4fb45e6f42b270a681a60daa90291ec.tar.gz
remove jasonapi since libmicrohttp is incompatible
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d87d5a1c2501..0262b154eb10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = retroshare
depends = qt5-x11extras
depends = libupnp
depends = libxss
- depends = libmicrohttpd
depends = sqlcipher
optdepends = tor: tor hidden node support
optdepends = i2p: i2p hidden node support
diff --git a/PKGBUILD b/PKGBUILD
index 18770613c2aa..3407b0eca516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='http://retroshare.cc/'
license=('GPL2')
-depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'libmicrohttpd' 'sqlcipher')
+depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'sqlcipher') # 'libmicrohttpd'
makedepends=('git' 'qt5-tools')
optdepends=('tor: tor hidden node support'
'i2p: i2p hidden node support')
@@ -98,6 +98,7 @@ build() {
qmake CONFIG-=debug CONFIG+=release \
${_optJsonapi} ${_optAutol} ${_optClang} \
${_optPlugin} ${_optWiki} \
+ CONFIG+=no_libresapihttpserver \
QMAKE_CFLAGS_RELEASE="${CFLAGS}" \
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
RetroShare.pro