diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-13 15:08:54 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-13 15:08:54 +0000 |
commit | 03ad2900bdb696d2e77036637993fa7c79047313 (patch) | |
tree | 80ac6596a75b1ccc1ab04f3b9b317e84d8be26f3 | |
parent | fc2f04fa15db257eaf6621344afd73d15136d11b (diff) | |
download | aports-03ad2900bdb696d2e77036637993fa7c79047313.tar.bz2 aports-03ad2900bdb696d2e77036637993fa7c79047313.tar.xz |
main/vte3: fix musl build
-rw-r--r-- | main/vte3/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/vte3/APKBUILD b/main/vte3/APKBUILD index 0727c5ac57..71d6772d3d 100644 --- a/main/vte3/APKBUILD +++ b/main/vte3/APKBUILD @@ -24,8 +24,10 @@ prepare() { esac done } + build() { cd "$_builddir" + export CFLAGS="$CFLAGS -D_GNU_SOURCE" ./configure \ --build=$CBUILD \ --host=$CHOST \ |