2021-07-13 22:38:00 +03:00
|
|
|
sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
|
|
|
|
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
|
2021-07-14 16:37:03 +03:00
|
|
|
|
2021-07-13 22:38:00 +03:00
|
|
|
./configure --prefix=/usr --build=$(build-aux/config.guess)
|
|
|
|
make
|
|
|
|
make install DESTDIR="$1"
|
|
|
|
|