summaryrefslogtreecommitdiff
path: root/package/systemd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-20 18:41:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-20 18:41:11 +0100
commit272b9fb572a6b1f585cf6f4f4150b07f1c1537bf (patch)
tree5ede8c935478f6db39bf8efc7ea14919e58d6aa1 /package/systemd/Makefile
parentbde68f551d953927d476dc4f5ccd1c89ca001539 (diff)
parented95e17c2e88caff425eca534a794ea0c489fc5c (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