summaryrefslogtreecommitdiffstats
path: root/abs/core/gettext/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/gettext/PKGBUILD')
-rw-r--r--abs/core/gettext/PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/abs/core/gettext/PKGBUILD b/abs/core/gettext/PKGBUILD
index e29c291..8b915e5 100644
--- a/abs/core/gettext/PKGBUILD
+++ b/abs/core/gettext/PKGBUILD
@@ -19,8 +19,6 @@ md5sums=('3dd55b952826d2b32f51308f2f91aa89')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/libexpat.so.0/libexpat.so.1/' gettext-tools/src/x-glade.c
- sed -i '/gets is a security hole/d' \
- gettext-{runtime/gnulib-lib,tools/{gnulib-lib,libgettextpo}}/stdio.in.h
./configure --prefix=/usr --enable-csharp
make
}