summaryrefslogtreecommitdiff
path: root/package/systemd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-15 14:12:00 +0100
commit24db4fb9b27f4ea87b3ecdf8fd4dd07b62ba9514 (patch)
treecec2d85b768a617ae371837eec7069e7f155e568 /package/systemd/Makefile
parentf377248abda877e2a945f4152e3e57bbaaeec1ca (diff)
parent7260a427d88f1cbfcd8534c5f7805b4b56efb544 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/systemd/Makefile')
-rw-r--r--package/systemd/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/package/systemd/Makefile b/package/systemd/Makefile
index c609f821c..030515f28 100644
--- a/package/systemd/Makefile
+++ b/package/systemd/Makefile
@@ -5,12 +5,13 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= systemd
PKG_VERSION:= 208
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= df64550d92afbffb4f67a434193ee165
PKG_DESCR:= System and Service Manager
PKG_SECTION:= utils
-PKG_DEPENDS:= libblkid
-PKG_BUILDDEP:= usbutils glib kmod util-linux
+PKG_DEPENDS:= libblkid libcap
+PKG_BUILDDEP:= autotool usbutils glib kmod util-linux libcap
+PKG_BUILDDEP+= libgcrypt
PKG_URL:= http://freedesktop.org/wiki/Software/systemd/
PKG_SITES:= http://www.freedesktop.org/software/systemd/
PKG_LIBNAME:= libudev
@@ -33,12 +34,12 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,UDEV,udev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,LIBUDEV,libudev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+AUTOTOOL_STYLE:= autoreconf
TARGET_LDFLAGS+= -lrt
-CONFIGURE_ARGS+= --disable-logging \
- --disable-static \
+CONFIGURE_ARGS+= --disable-static \
--without-python \
- --with-pci-ids-path=/usr/share/pci.ids \
- --disable-introspection
+ --disable-manpages \
+ --disable-polkit
udev-install:
${INSTALL_DIR} ${IDIR_UDEV}/usr/bin ${IDIR_UDEV}/etc/udev