diff options
Diffstat (limited to 'repo/system/polkit.xibuild')
-rw-r--r-- | repo/system/polkit.xibuild | 5 |
1 files changed, 0 insertions, 5 deletions
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 () { |