summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/polkit/Makefile4
-rw-r--r--package/upower/Makefile3
2 files changed, 6 insertions, 1 deletions
diff --git a/package/polkit/Makefile b/package/polkit/Makefile
index 80aaec7d1..3470d2737 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:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 9fa7a28633b028681163466da898b008
PKG_DESCR:= application-level toolkit
PKG_SECTION:= libs
@@ -22,6 +22,8 @@ $(eval $(call PKG_template,POLKIT,polkit,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEP
AUTOTOOL_STYLE:= autogen
CONFIGURE_ARGS+= --disable-man-pages \
--disable-examples \
+ --enable-libsystemd-login=no \
+ --without-systemdsystemunitdir \
--with-authfw=shadow \
--with-os-type=unknown
diff --git a/package/upower/Makefile b/package/upower/Makefile
index ea448a693..c62878716 100644
--- a/package/upower/Makefile
+++ b/package/upower/Makefile
@@ -20,6 +20,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,UPOWER,upower,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS+= --without-systemdutildir \
+ --disable-rpath
+
upower-install:
$(INSTALL_DIR) $(IDIR_UPOWER)/etc
$(CP) $(WRKINST)/etc/* \