From cc2431181fa85fea136f989523f99de5e5c7745a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 25 Dec 2013 11:50:57 +0000 Subject: main/lxc: fix musl build again --- main/lxc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/lxc') diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD index ed0b64c4a5..6ebcc6565e 100644 --- a/main/lxc/APKBUILD +++ b/main/lxc/APKBUILD @@ -44,7 +44,7 @@ prepare() { build() { cd "$_builddir" - [ "$CLIBC" = musl ] && export CFLAGS="$CFLAGS -Dutmpxname=utmpname" + [ "$CLIBC" = musl ] && export CFLAGS="$CFLAGS -Dutmpxname=utmpname -D_GNU_SOURCE" ./configure \ --build=$CBUILD \ --host=$CHOST \ -- cgit v1.2.3