aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-05 00:07:58 +0300
committerCem Keylan <cem@ckyln.com>2020-09-05 00:07:58 +0300
commit9b6ff762aa6d290d4572545ce84d62372a8f841e (patch)
treef24ff20a6885ef34b7c7b68e7e381b58c2238679
parent394c3b37ad210efdfc70917f05e03204bf66f56a (diff)
downloadrepository-9b6ff762aa6d290d4572545ce84d62372a8f841e.tar.gz
htop-vim: remove patch, build statically
-rwxr-xr-xpersonal/htop-vim/build8
1 files changed, 5 insertions, 3 deletions
diff --git a/personal/htop-vim/build b/personal/htop-vim/build
index 807b6b3..af9fb9d 100755
--- a/personal/htop-vim/build
+++ b/personal/htop-vim/build
@@ -1,8 +1,10 @@
#!/bin/sh -e
-patch -p1 < fix-major-undefined.patch
+export LDFLAGS=-static
+
+autoreconf -fi
+./configure \
+ --prefix=/usr
-./autogen.sh
-./configure --prefix=/usr
make
make DESTDIR="$1" install