diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/augeas/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD index a336a0636..c5ee5efab 100644 --- a/main/augeas/APKBUILD +++ b/main/augeas/APKBUILD @@ -24,6 +24,10 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + # fix eglibc-2.16+ build issue + sed -i -e '/gets is a/d' \ + gnulib/lib/stdio.in.h \ + || return 1 } build() { |