diffutils: fix gets() with glibc-2.17 in gnulib.
This commit is contained in:
parent
88924ab8bf
commit
a358123580
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ long_desc="
|
|||
features are a superset of the Unix features and they are significantly
|
||||
faster. Cmp has been moved into this package from the GNU textutils package.
|
||||
These programs are usually used for creating patch files."
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue