From 941d72a7acff61e470f4e4b2bf37ef2271ce3252 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 16 Dec 2010 12:46:33 +0000 Subject: testing/libmcs: build fix workaround bug with busybox touch --- testing/libmcs/APKBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testing') diff --git a/testing/libmcs/APKBUILD b/testing/libmcs/APKBUILD index f936d8cfe1..b21a1cddcd 100644 --- a/testing/libmcs/APKBUILD +++ b/testing/libmcs/APKBUILD @@ -15,6 +15,13 @@ source="http://distfiles.atheme.org/$pkgname-$pkgver.tgz" _builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$_builddir" + # workaround bug in busybox + sed -e "/touch/s/0001010000/200001010000/g" \ + -i configure +} + build() { cd "$_builddir" ./configure --prefix=/usr \ -- cgit v1.2.3