cpio: added a fix for glibc 'gets' removal
This commit is contained in:
parent
373df034b2
commit
b425324374
@ -4,11 +4,13 @@
|
|||||||
|
|
||||||
name=cpio
|
name=cpio
|
||||||
version=2.11
|
version=2.11
|
||||||
release=1
|
release=2
|
||||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
|
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
# fix for glibc 'gets' removal
|
||||||
|
sed -i -e '/gets is a/d' gnu/stdio.in.h
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user