summaryrefslogtreecommitdiff
path: root/package/gmediaserver/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 08:04:51 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:31:26 +0200
commite78fdbd075a406bfef3a1636f2f1ff1adf093ad5 (patch)
tree1e5052b1af3e9600fb50c48c4c75882bf2937dcb /package/gmediaserver/Makefile
parent07554a19dee5ba67770a35a0d506c5436acba4ec (diff)
gmediaserver: fix build error
Diffstat (limited to 'package/gmediaserver/Makefile')
-rw-r--r--package/gmediaserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gmediaserver/Makefile b/package/gmediaserver/Makefile
index 4b755d9b4..b90161120 100644
--- a/package/gmediaserver/Makefile
+++ b/package/gmediaserver/Makefile
@@ -23,7 +23,7 @@ include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,GMEDIASERVER,gmediaserver,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-TARGET_CPPFLAGS+= -D_GNU_SOURCE
+TARGET_CPPFLAGS+= -D_GNU_SOURCE -I$(STAGING_TARGET_DIR)/usr/include/taglib
CONFIGURE_ENV+= LIBS=" -lixml -lthreadutil -lupnp -lz"
CONFIGURE_ARGS+= --with-id3lib="${STAGING_TARGET_DIR}/usr" \
--with-libupnp="${STAGING_TARGET_DIR}/usr"