From 80220d777d783fc0b11c491f0c93eb712d38e427 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Mar 2022 23:51:45 +0000 Subject: fixed up js78 --- repo/system/polkit.xibuild | 5 ----- 1 file changed, 5 deletions(-) (limited to 'repo/system/polkit.xibuild') diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index 3f48cd0..567e316 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -5,9 +5,6 @@ DEPS="expat glib js78 pam" PKG_VER=0.120 SOURCE=https://www.freedesktop.org/software/polkit/releases/polkit-$PKG_VER.tar.gz -ADDITIONAL=" - https://www.linuxfromscratch.org/patches/blfs/svn/polkit-$PKG_VER-security_fix-1.patch - " DESC="Application development toolkit for controlling system-wide privileges" @@ -16,8 +13,6 @@ prepare () { sed '/policy,/d' -i actions/meson.build \ -i src/examples/meson.build - patch -Np1 -i polkit-$PKG_VER-security_fix-1.patch - } build () { -- cgit v1.2.1