tar: fix gets() with glibc-2.17 in gnulib.
This commit is contained in:
parent
488a660553
commit
8a04665fa4
1 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,11 @@ conflicts="chroot-tar>=0"
|
|||
build_style=gnu-configure
|
||||
short_desc="The GNU tape archiver with remote magnetic tape support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
||||
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
||||
homepage="http://www.gnu.org/software/tar/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/tar/$pkgname-$version.tar.bz2"
|
||||
checksum=5a5369f464502a598e938029c310d4b3abd51e6bb8dfd045663e61c8ea9f6d41
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue