From 4088c6eaebb868c4533c83a3d7880b9fab31d45e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 22 Nov 2009 18:39:48 +0100 Subject: make obexftp work with static linking, fix ipv6 dependency --- package/openobex/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/openobex/Makefile') diff --git a/package/openobex/Makefile b/package/openobex/Makefile index cca11e785..a1fb09a0e 100644 --- a/package/openobex/Makefile +++ b/package/openobex/Makefile @@ -12,9 +12,13 @@ PKG_SECTION:= bluetooth PKG_URL:= http://dev.zuckschwerdt.org/openobex/wiki/WikiStart PKG_SITES:= ${MASTER_SITE_KERNEL:=bluetooth/} +ifeq ($(ADK_STATIC),y) +PKG_OPTS:= libonly +endif + include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,OPENOBEX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,OPENOBEX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) CONFIGURE_STYLE:= gnu BUILD_STYLE:= auto -- cgit v1.2.3