Browse Source

disable libwrap

Waldemar Brodkorb 11 years ago
parent
commit
df30f7362b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/mpd/Makefile

+ 2 - 1
package/mpd/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		mpd
 PKG_VERSION:=		0.18.5
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		63bcf6ce338caa2ae2cd6dc8e9710d5c
 PKG_DESCR:=		A music player daemon
 PKG_SECTION:=		multimedia
@@ -126,6 +126,7 @@ CONFIGURE_ARGS+=	--disable-jack \
 			--disable-pulse \
 			--disable-oss \
 			--disable-bzip2 \
+			--disable-libwrap \
 			--disable-mpc \
 			--disable-wavpack \
 			--disable-modplug \