summaryrefslogtreecommitdiff
path: root/package/gmediaserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/gmediaserver/Makefile')
-rw-r--r--package/gmediaserver/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/gmediaserver/Makefile b/package/gmediaserver/Makefile
index b90161120..6b44af9c3 100644
--- a/package/gmediaserver/Makefile
+++ b/package/gmediaserver/Makefile
@@ -11,9 +11,9 @@ PKG_DESCR:= media server
PKG_SECTION:= mm/video
PKG_DEPENDS:= id3lib libupnp libmagic
PKG_BUILDDEP:= id3lib libupnp file
+PKG_NEEDS:= c++
PKG_URL:= http://www.gnu.org/software/gmediaserver
PKG_SITES:= http://savannah.nongnu.org/download/gmediaserver/
-PKG_CXX:= GMEDIASERVER
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
@@ -28,10 +28,6 @@ CONFIGURE_ENV+= LIBS=" -lixml -lthreadutil -lupnp -lz"
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 -lc"
-endif
-
gmediaserver-install:
${INSTALL_DIR} ${IDIR_GMEDIASERVER}/usr/sbin
${INSTALL_BIN} ${WRKINST}/usr/bin/gmediaserver \