diff options
author | Thomas Penteker <tek@serverop.de> | 2015-11-30 01:49:43 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-11-30 01:49:43 +0100 |
commit | dee54d005bdbf2fd2057a6f7c68996c34e58e5c5 (patch) | |
tree | 406447a85a03c4f077b28f16264141dc2efe4c64 /mpd | |
parent | 6c9d62c4c115aa0bd8240bb5b0d20a6ba4df3d70 (diff) | |
download | contrib-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/Pkgfile | 3 |
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 |