summaryrefslogtreecommitdiff
path: root/package/bluez/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
commit9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch)
tree114dea73035cef5daa129fec4da31febf292dd66 /package/bluez/Makefile
parentd797df53c90b50b326fb0f39a6928e207e1cbe1d (diff)
parent4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bluez/Makefile')
-rw-r--r--package/bluez/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile
index c2c13ddc8..34c8e7b7c 100644
--- a/package/bluez/Makefile
+++ b/package/bluez/Makefile
@@ -19,9 +19,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BLUEZ,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
ifeq ($(ADK_STATIC),y)
-XAKE_FLAGS+= V=1 CCLD="$(TARGET_CC) -all-static -pthread"
-else
-XAKE_FLAGS+= V=1
+XAKE_FLAGS+= CCLD="$(TARGET_CC) -all-static -pthread"
endif
CONFIGURE_ENV+= ac_cv_prog_cc_pie=no
CONFIGURE_ARGS+= --enable-tools \