diff options
author | June McEnroe <june@causal.agency> | 2018-07-22 19:19:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-22 19:19:30 -0400 |
commit | 8a46cf5d764b2b522c7c331845f19952630370bc (patch) | |
tree | 21ad6aa4c186bacdee6d5c43ca7e9c963b7d121d | |
parent | Link with -lm (diff) | |
download | torus-8a46cf5d764b2b522c7c331845f19952630370bc.tar.gz torus-8a46cf5d764b2b522c7c331845f19952630370bc.zip |
Add libm.so to chroot.tar
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index dc6bb79..f4de74e 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ chroot.tar: server client help termcap.db install -o root -g wheel -m 555 /libexec/ld-elf.so.1 root/libexec install -o root -g wheel -m 444 \ /lib/libc.so.7 \ + /lib/libm.so.5 \ /lib/libedit.so.7 \ /lib/libncurses.so.8 \ /lib/libncursesw.so.8 \ |