diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/gettext/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/gettext/__changelog | 2 |
2 files changed, 0 insertions, 4 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 } diff --git a/abs/core/gettext/__changelog b/abs/core/gettext/__changelog deleted file mode 100644 index 55fb64e..0000000 --- a/abs/core/gettext/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -sed -i '/gets is a security hole/d' \ - gettext-{runtime/gnulib-lib,tools/{gnulib-lib,libgettextpo}}/stdio.in.h |