diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 17:11:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-27 17:16:44 +0200 |
commit | fccd6669c59465f46cf3ce124887f075b09a3d8d (patch) | |
tree | c5509ec6ea4316dc645f91155d2707f03d85daa7 /package/moc | |
parent | 5a9561843a60883ae2e4ff325ed03b2157194d8d (diff) |
moc: disable cache, no libdb required
Diffstat (limited to 'package/moc')
-rw-r--r-- | package/moc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/moc/Makefile b/package/moc/Makefile index 2408c7ffc..505291a90 100644 --- a/package/moc/Makefile +++ b/package/moc/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= mm/audio PKG_DEPENDS:= libmad libvorbis libcurl libflac PKG_DEPENDS+= libncurses libid3tag PKG_BUILDDEP:= ncurses libvorbis curl libmad flac -PKG_BUILDDEP+= libid3tag db libtool +PKG_BUILDDEP+= libid3tag libtool PKG_URL:= http://moc.daper.net/ PKG_SITES:= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -24,13 +24,14 @@ $(eval $(call PKG_template,MOC,moc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS}, TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE TARGET_LDFLAGS+= -ltinfo + CONFIGURE_ARGS+= --without-jack \ --without-oss \ + --disable-cache \ --without-musepack \ --without-speex \ --without-ffmpeg \ - --without-sndfile \ - --with-bdb-dir='$(STAGING_TARGET_DIR)/usr' + --without-sndfile moc-install: ${INSTALL_DIR} ${IDIR_MOC}/usr/bin |