Date: Monday, May 16, 2022 @ 06:43:36 Author: archange Revision: 1207505
Rebuild with libwrap instead of dbus interface Modified: jami-libclient/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-16 06:39:39 UTC (rev 1207504) +++ PKGBUILD 2022-05-16 06:43:36 UTC (rev 1207505) @@ -3,7 +3,7 @@ pkgname=jami-libclient pkgver=20220425 -pkgrel=1 +pkgrel=2 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (client communication library)" arch=(x86_64) url="https://jami.net" @@ -26,7 +26,8 @@ build() { cmake -B build -S jami-libclient \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Release \ + -DENABLE_LIBWRAP=true make -C build }
