summaryrefslogtreecommitdiff
path: root/mpd
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-11-30 01:49:43 +0100
committerThomas Penteker <tek@serverop.de>2015-11-30 01:49:43 +0100
commitdee54d005bdbf2fd2057a6f7c68996c34e58e5c5 (patch)
tree406447a85a03c4f077b28f16264141dc2efe4c64 /mpd
parent6c9d62c4c115aa0bd8240bb5b0d20a6ba4df3d70 (diff)
downloadcontrib-dee54d005bdbf2fd2057a6f7c68996c34e58e5c5.tar.gz
contrib-dee54d005bdbf2fd2057a6f7c68996c34e58e5c5.tar.xz
mpd: fails to auto-detect upnp support, remove explicit support/dependency
Diffstat (limited to 'mpd')
-rw-r--r--mpd/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpd/Pkgfile b/mpd/Pkgfile
index a3ab76762..070cb9074 100644
--- a/mpd/Pkgfile
+++ b/mpd/Pkgfile
@@ -16,8 +16,7 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
- --sysconfdir=/etc \
- --enable-upnp
+ --sysconfdir=/etc
make
make DESTDIR=$PKG install

Generated by cgit