summaryrefslogtreecommitdiff
path: root/package/obexftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/obexftp/Makefile')
-rw-r--r--package/obexftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/obexftp/Makefile b/package/obexftp/Makefile
index acc8b5b38..e39401aaf 100644
--- a/package/obexftp/Makefile
+++ b/package/obexftp/Makefile
@@ -33,8 +33,8 @@ ifeq ($(ADK_STATIC),y)
XAKE_FLAGS+= STATIC_CFLAGS=-all-static
endif
-CONFIGURE_ENV+= OPENOBEX_CFLAGS="-I${STAGING_DIR}/usr/include" \
- OPENOBEX_LIBS="-L${STAGING_DIR}/usr/lib \
+CONFIGURE_ENV+= OPENOBEX_CFLAGS="-I${STAGING_TARGET_DIR}/usr/include" \
+ OPENOBEX_LIBS="-L${STAGING_TARGET_DIR}/usr/lib \
-lopenobex -lbluetooth -liconv"
CONFIGURE_ARGS+= --disable-perl \
--disable-ruby \