summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-22 19:19:30 -0400
committerJune McEnroe <june@causal.agency>2018-07-22 19:19:30 -0400
commita8d1d0ca5b31887af39001b756c0361d75ee42a0 (patch)
treeebd4ee93c4577bc7b7b0da6d4182928f65c9522a
parentLink with -lm (diff)
downloadtorus-a8d1d0ca5b31887af39001b756c0361d75ee42a0.tar.gz
torus-a8d1d0ca5b31887af39001b756c0361d75ee42a0.zip
Add libm.so to chroot.tar
-rw-r--r--Makefile1
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 \