aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/m4.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-06 14:09:59 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-06 14:09:59 -0500
commitaf28b78b8e659f995b39a5dde2ce2cef0da9fbe0 (patch)
treea80d4cfef7713f7aa26137c0da553358af4cd7b2 /chapter8/m4.sh
parent783a4c48e04e81783848f0cb0f757f6a836d7f6e (diff)
Add chapter8 script commands.
Diffstat (limited to 'chapter8/m4.sh')
-rw-r--r--chapter8/m4.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter8/m4.sh b/chapter8/m4.sh
index 7a693aa..1ccef8e 100644
--- a/chapter8/m4.sh
+++ b/chapter8/m4.sh
@@ -1,3 +1,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