Date: Monday, February 29, 2016 @ 04:55:14 Author: bisson Revision: 260358
fix FS#48372 Modified: mpd/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-28 21:51:44 UTC (rev 260357) +++ PKGBUILD 2016-02-29 03:55:14 UTC (rev 260358) @@ -7,7 +7,7 @@ pkgname=mpd pkgver=0.19.13 -pkgrel=1 +pkgrel=2 pkgdesc='Flexible, powerful, server-side application for playing music' url='http://www.musicpd.org/' license=('GPL') @@ -27,8 +27,15 @@ backup=('etc/mpd.conf') install=install +prepare() { + # Temporary; see FS#48372 + install -d "${srcdir}"/pkg-config + ln -s /usr/lib/pkgconfig/libsystemd.pc "${srcdir}"/pkg-config/libsystemd-daemon.pc +} + build() { cd "${srcdir}/${pkgname}-${pkgver}" + export PKG_CONFIG_PATH="${srcdir}"/pkg-config ./configure \ --prefix=/usr \ --sysconfdir=/etc \
