diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-12-25 11:50:57 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-12-25 11:51:29 +0000 |
commit | cc2431181fa85fea136f989523f99de5e5c7745a (patch) | |
tree | b384c977826ce2b2898424577df1b5314b587d8e | |
parent | 9d386bf567af42cc5ee6c303e76167c1cfa11257 (diff) | |
download | aports-cc2431181fa85fea136f989523f99de5e5c7745a.tar.bz2 aports-cc2431181fa85fea136f989523f99de5e5c7745a.tar.xz |
main/lxc: fix musl build again
-rw-r--r-- | main/lxc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |