commit 34d5abd67185b234e904a5cac589c412c5734795
parent 0eef68494c1c54690eb4dcd0f7d53be62059bb40
Author: Cem Keylan <cem@ckyln.com>
Date: Sun, 24 May 2020 18:07:48 +0300
neatvi: link statically
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/neatvi/build b/core/neatvi/build
@@ -1,5 +1,5 @@
#!/bin/sh -e
-make
+make LDFLAGS="$LDFLAGS -static"
install -Dm755 vi "$1/usr/bin/vi"
ln -sf vi "$1/usr/bin/ex"
diff --git a/core/neatvi/version b/core/neatvi/version
@@ -1 +1 @@
-07 1
+07 2