1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-23 04:49:06 +00:00
Files
MyLFS-big_bash_script/phase4/sysklogd.sh

9 lines
148 B
Bash

# Sysklogd Phase 4
sed -i '/Error loading kernel symbols/{n;n;d}' ksym_mod.c
sed -i 's/union wait/int/' syslogd.c
make
make BINDIR=/sbin install