summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-10 20:00:15 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-10 20:00:15 +0100
commit354324995180697b8c1d12c8060ab4183a7019c8 (patch)
tree0544c00a40bc9639849dd81b584e00077da383ba /package
parent0cc48d661f1b74c3404476a09688ca4c4ea11141 (diff)
disable systemd dependency
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/* \