summaryrefslogtreecommitdiff
path: root/package/bluez/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-05 17:17:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-05 17:17:19 +0100
commitad6880eef71d01101c2b216a5462dd9ae116542c (patch)
tree693dbbb3871b3dea9d38d74ca655ceefdc6d349d /package/bluez/Makefile
parent4fcc7439fb4e203f510e133a21e1bf9150b79368 (diff)
fix some bluetooth packaging bugs
Diffstat (limited to 'package/bluez/Makefile')
-rw-r--r--package/bluez/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile
index 667ccc56e..8ba8f00ca 100644
--- a/package/bluez/Makefile
+++ b/package/bluez/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= bluez
PKG_VERSION:= 4.57
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= dc29e54f1204ac4215caeeee062b26f6
PKG_DESCR:= bluetooth libraries and applications
PKG_SECTION:= bluetooth
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --enable-tools \
--enable-hidd \
--enable-pand \
--enable-dund \
+ --enable-netlink \
+ --disable-pie \
--disable-cups
BUILD_STYLE:= auto
INSTALL_STYLE:= auto
@@ -46,9 +48,9 @@ endif
${INSTALL_DIR} ${IDIR_BLUEZ}/usr/sbin
${CP} ${WRKINST}/usr/sbin/* ${IDIR_BLUEZ}/usr/sbin/
${INSTALL_DIR} ${IDIR_BLUEZ}/etc/bluetooth
- ${CP} ${WRKINST}/etc/bluetooth/rfcomm.conf \
- ${IDIR_BLUEZ}/etc/bluetooth/
- $(INSTALL_DATA) $(WRKINST)/etc/dbus-1/system.d/bluetooth.conf \
+ $(INSTALL_DATA) ./files/main.conf \
+ ${IDIR_BLUEZ}/etc/bluetooth/
+ $(INSTALL_DATA) ./files/bluetooth.conf \
$(IDIR_BLUEZ)/etc/dbus-1/system.d
include ${TOPDIR}/mk/pkg-bottom.mk