From d0f791c604ad50304e821ac0aa98a183c7be9890 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 01:06:29 +0000 Subject: added lvm and autoconf for js78 and polkit --- repo/system/polkit.xibuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'repo/system/polkit.xibuild') diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index 00547b0..eb9c2f6 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -16,7 +16,7 @@ prepare () { sed '/policy,/d' -i actions/meson.build \ -i src/examples/meson.build - patch -Np1 -i polkit-$PKG_VE-security_fix-1.patch + patch -Np1 -i polkit-$PKG_VER-security_fix-1.patch } @@ -24,8 +24,9 @@ build () { mkdir build && cd build && + # TODO fix man meson --prefix=/usr \ - -Dman=true \ + -Dman=false \ -Dsession_tracking=libelogind \ -Dsystemdsystemunitdir=/tmp \ --buildtype=release \ -- cgit v1.2.1