diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-14 17:53:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-14 17:53:20 +0100 |
commit | f67b4be3be5d03a688bbbf7a54df25ca16caa475 (patch) | |
tree | 21b9c0f3095f1615121ea986af5e5152c8c564d2 /package/polkit/Makefile | |
parent | c6d7c45aeb5f365a69d93f01a0365edc24db67ce (diff) | |
parent | be769dc45c2063408845ccaed62ef34404f42d68 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/polkit/Makefile')
-rw-r--r-- | package/polkit/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile index 0fbfcb439..5ed8333e3 100644 --- a/package/polkit/Makefile +++ b/package/polkit/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= polkit PKG_VERSION:= 0.112 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 23973dcfd8b92ab2b7db3a925642b76d PKG_DESCR:= application-level toolkit PKG_SECTION:= libs @@ -15,8 +15,6 @@ PKG_URL:= http://www.freedesktop.org/wiki/Software/polkit/ PKG_SITES:= http://openadk.org/distfiles/ PKG_OPTS:= dev -PKG_LIBC_DEPENDS:= eglibc glibc - include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,POLKIT,polkit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) @@ -26,6 +24,7 @@ CONFIGURE_ARGS+= --disable-man-pages \ --disable-examples \ --enable-libsystemd-login=no \ --without-systemdsystemunitdir \ + --with-polkitd-user=root \ --with-authfw=shadow \ --with-os-type=unknown @@ -38,5 +37,8 @@ polkit-install: $(CP) $(WRKINST)/usr/lib/polkit-1/* \ $(IDIR_POLKIT)/usr/lib/polkit-1 $(CP) $(WRKINST)/usr/bin/* $(IDIR_POLKIT)/usr/bin + $(INSTALL_DIR) $(IDIR_POLKIT)/usr/share/dbus-1 + $(CP) $(WRKINST)/usr/share/dbus-1/* \ + $(IDIR_POLKIT)/usr/share/dbus-1 include ${TOPDIR}/mk/pkg-bottom.mk |