From d3601dd3b32ecf4c02df6973883a0906400d3822 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 6 Jul 2008 18:40:11 +0000 Subject: [PATCH] Update bluez-libs to 3.35 (#3724) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11735 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/bluez-libs/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/libs/bluez-libs/Makefile b/libs/bluez-libs/Makefile index eda1f4dd5..7dc0844b3 100644 --- a/libs/bluez-libs/Makefile +++ b/libs/bluez-libs/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-libs -PKG_VERSION:=3.24 +PKG_VERSION:=3.35 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download -PKG_MD5SUM:=3af3dfa6ff01715e91bdc985d71ee21e +PKG_MD5SUM:=2682b84da32cd78b48982d1d69ba637c PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -28,12 +28,9 @@ define Package/bluez-libs URL:=http://www.bluez.org/ endef -define Build/Configure - $(call Build/Configure/Default, \ +CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ - ) -endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \