diff options
Diffstat (limited to 'cpio/Pkgfile')
-rwxr-xr-x | cpio/Pkgfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpio/Pkgfile b/cpio/Pkgfile index efbbbfb77..9cc50aa5a 100755 --- a/cpio/Pkgfile +++ b/cpio/Pkgfile @@ -12,6 +12,9 @@ source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2\ build() { cd $name-$version + + sed -i '/gets is a security hole/d' gnu/stdio.in.h + ./configure \ --prefix=/usr \ --bindir=/bin \ |