summaryrefslogtreecommitdiff
path: root/package/gmediaserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmediaserver/Makefile')
-rw-r--r--package/gmediaserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gmediaserver/Makefile b/package/gmediaserver/Makefile
index 568bc424c..5fee99c45 100644
--- a/package/gmediaserver/Makefile
+++ b/package/gmediaserver/Makefile
@@ -20,8 +20,8 @@ $(eval $(call PKG_template,GMEDIASERVER,gmediaserver,${PKG_VERSION}-${PKG_RELEAS
CONFIGURE_ENV+= LIBS=" -lixml -lthreadutil -lupnp -lz" \
am_cv_func_iconv=no
-CONFIGURE_ARGS+= --with-id3lib="${STAGING_DIR}/usr" \
- --with-libupnp="${STAGING_DIR}/usr"
+CONFIGURE_ARGS+= --with-id3lib="${STAGING_TARGET_DIR}/usr" \
+ --with-libupnp="${STAGING_TARGET_DIR}/usr"
ifeq ($(ADK_TARGET_LIB_UCLIBCXX),y)
CONFIGURE_ENV+= LIBS=" -lixml -lthreadutil -lupnp -luClibc++ -lz"