aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/m4.sh
blob: 5174f0031bff98882eef40f00fa6c444b89a344b (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c &&
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &&

./configure --prefix=/usr &&
make &&
make -j1 install