diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 16:43:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 16:43:53 +0200 |
commit | 6aa7532505d6db002a2d2fc33ebc881d3c4e1bb7 (patch) | |
tree | 44d425c21d9e8b12004f58431532f47cf6273d99 /package/bluez | |
parent | 3da99af93a2f24288aba5d8aa2879ce1b6e95dbb (diff) |
disable global ipv6 configuration symbol, use flavours instead
Diffstat (limited to 'package/bluez')
-rw-r--r-- | package/bluez/Makefile | 4 |
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 \ |