Skip to content

Commit

Permalink
polkit: fix configure failure
Browse files Browse the repository at this point in the history
- autodetects libsystemd ?!
  • Loading branch information
wwwutz committed Apr 29, 2022
1 parent 05ca504 commit 9fc38f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions polkit.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION polkit-0.115-2
# BEE_VERSION polkit-0.115-3

# orig https://www.freedesktop.org/software/polkit/releases/polkit-${PKGVERSION}.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/f03b055d6ae5fc8eac76838c7d83d082/polkit-0.115.tar.gz"
Expand All @@ -27,18 +27,18 @@ mee_configure() {
echo "" >${S}/po/LINGUAS

bee_configure \
--disable-static
--disable-static \
--disable-libsystemd-login \
--disable-libelogind
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install

mee_install_post() {
rm -v ${D}/etc/polkit-1/rules.d/50-default.rules

# If you have built Polkit with Linux PAM support, you need to modify the
Expand Down

0 comments on commit 9fc38f1

Please sign in to comment.