commit: 543b0e8ca6ef9201895ce5983d7b40fe3673c362
parent: b4df6aeadb2ae4a4c97f1e9d3591e43263a13704
author: Brian Callahan <bcallah@openbsd.org>
date: Sun, 23 Sep 2018 14:46:24 -0400
Add asprintf to rescue script.
1 file changed, 3 insertions(+)
diff --git a/rescue.sh b/rescue.sh
@@ -90,6 +90,9 @@ cc -DEMACS -DVI -o version.o -c version.c
echo cc -DEMACS -DVI -o vi.o -c vi.c
cc -DEMACS -DVI -o vi.o -c vi.c
+echo cc -DEMACS -DVI -o asprintf.o -c asprintf.c
+cc -DEMACS -DVI -o asprintf.o -c asprintf.c
+
echo cc -DEMACS -DVI -o confstr.o -c confstr.c
cc -DEMACS -DVI -o confstr.o -c confstr.c