mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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
|
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.
|
faster. Cmp has been moved into this package from the GNU textutils package.
|
||||||
These programs are usually used for creating patch files."
|
These programs are usually used for creating patch files."
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i -e '/gets is a/d' lib/stdio.in.h
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue