Eliminate some things from the fixit crunch image so that it actually
builds again.
This commit is contained in:
parent
3cf5f81f9f
commit
93c81e0a02
@ -17,21 +17,21 @@ progs mv rm rmdir sleep sync
|
||||
|
||||
# /sbin stuff
|
||||
|
||||
progs chown clri disklabel dmesg
|
||||
progs chown dmesg
|
||||
progs mknod mount reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660
|
||||
progs mount_cd9660
|
||||
|
||||
ln restore rrestore
|
||||
ln chown chgrp
|
||||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs ftp telnet vi grep
|
||||
progs ftp vi
|
||||
ln vi view
|
||||
ln vi ex
|
||||
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz
|
||||
libs -lcrypt -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lkvm -lz
|
||||
|
@ -17,21 +17,21 @@ progs mv rm rmdir sleep sync
|
||||
|
||||
# /sbin stuff
|
||||
|
||||
progs chown clri disklabel dmesg
|
||||
progs chown dmesg
|
||||
progs mknod mount reboot restore swapon umount
|
||||
|
||||
progs mount_msdos mount_cd9660
|
||||
progs mount_cd9660
|
||||
|
||||
ln restore rrestore
|
||||
ln chown chgrp
|
||||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs ftp telnet vi grep
|
||||
progs ftp vi
|
||||
ln vi view
|
||||
ln vi ex
|
||||
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
libs -lcrypt -ltelnet -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lz
|
||||
libs -lcrypt -lutil -ll -lm
|
||||
libs -lcurses -ltermcap -ledit -lkvm -lz
|
||||
|
Loading…
Reference in New Issue
Block a user