Date: Monday, March 4, 2019 @ 01:09:19
  Author: heftig
Revision: 347031

0.18.8-2: Bring back mlock

Modified:
  libsecret/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-03 20:26:17 UTC (rev 347030)
+++ PKGBUILD    2019-03-04 01:09:19 UTC (rev 347031)
@@ -2,7 +2,7 @@
 
 pkgname=libsecret
 pkgver=0.18.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://wiki.gnome.org/Projects/Libsecret";
 arch=(x86_64)
@@ -25,6 +25,7 @@
 }
 
 build() {
+  CFLAGS+=" -DHAVE_MLOCK"  # https://gitlab.gnome.org/GNOME/libsecret/issues/23
   arch-meson $pkgname build
   ninja -C build
 }

Reply via email to