summaryrefslogtreecommitdiffstats
path: root/main/lxc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-25 11:50:57 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-12-25 11:51:29 +0000
commitcc2431181fa85fea136f989523f99de5e5c7745a (patch)
treeb384c977826ce2b2898424577df1b5314b587d8e /main/lxc
parent9d386bf567af42cc5ee6c303e76167c1cfa11257 (diff)
downloadaports-cc2431181fa85fea136f989523f99de5e5c7745a.tar.bz2
aports-cc2431181fa85fea136f989523f99de5e5c7745a.tar.xz
main/lxc: fix musl build again
Diffstat (limited to 'main/lxc')
-rw-r--r--main/lxc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index ed0b64c4a..6ebcc6565 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 \