diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-04 19:54:36 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-04 19:54:36 +0100 |
commit | b422f38a66c95e40a9e01bab6642962441f2e786 (patch) | |
tree | 5ec604c41f6cf223941a1efe2e09983f4e930465 /main/augeas | |
parent | e20a3c660a93358bc7df5b48860a34cfe5c236b8 (diff) | |
download | aports-b422f38a66c95e40a9e01bab6642962441f2e786.tar.bz2 aports-b422f38a66c95e40a9e01bab6642962441f2e786.tar.xz |
main/augeas: fix build on eglibc
Diffstat (limited to 'main/augeas')
-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 a336a06364..c5ee5efabb 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() { |