summaryrefslogtreecommitdiff
path: root/package/dbus
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-29 11:40:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-29 21:56:31 +0200
commitf14c1fc5515445840d2fbe3350cff0c03eae0b55 (patch)
tree7617315e619f969c13e79c1f44c2428871719357 /package/dbus
parent365261c9db442081290b7d21aba6201244af294d (diff)
resolve merge conflict
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile
index 4a5dbaefc..65ef43b2f 100644
--- a/package/dbus/Makefile
+++ b/package/dbus/Makefile
@@ -7,8 +7,8 @@ PKG_NAME:= dbus
PKG_VERSION:= 1.6.18
PKG_RELEASE:= 2
PKG_MD5SUM:= b02e9c95027a416987b81f9893831061
-PKG_DESCR:= DBUS daemon
-PKG_SECTION:= misc
+PKG_DESCR:= desktop bus daemon
+PKG_SECTION:= sys/misc
PKG_DEPENDS:= libdbus libexpat
PKG_BUILDDEP:= expat util-linux
PKG_URL:= http://dbus.freedesktop.org/
@@ -20,7 +20,7 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
PKG_SUBPKGS:= DBUS LIBDBUS
PKGSD_LIBDBUS:= DBUS library
-PKGSC_LIBDBUS:= libs
+PKGSC_LIBDBUS:= libs/misc
PKGSS_LIBDBUS:= libexpat libuuid
ifeq ($(ADK_STATIC),y)
@@ -33,7 +33,6 @@ $(eval $(call PKG_template,DBUS,dbus,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS
$(eval $(call PKG_template,LIBDBUS,libdbus,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_LIBDBUS},${PKGSD_LIBDBUS},${PKGSC_LIBDBUS},${PKG_OPTS}))
TARGET_LDFLAGS+= -luuid
-TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS))
CONFIGURE_ARGS+= --disable-tests \
--disable-abstract-sockets \
--enable-checks \