diff options
author | davidovski <david@davidovski.xyz> | 2022-02-03 01:06:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-03 01:06:29 +0000 |
commit | d0f791c604ad50304e821ac0aa98a183c7be9890 (patch) | |
tree | d8b900b2e01243835d0d983348a3dc8adbd57f78 /repo/system/polkit.xibuild | |
parent | 5f6bd1078b20823e7382ade77e34d65e9c365772 (diff) |
added lvm and autoconf for js78 and polkit
Diffstat (limited to 'repo/system/polkit.xibuild')
-rw-r--r-- | repo/system/polkit.xibuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |