From 9b6ff762aa6d290d4572545ce84d62372a8f841e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 5 Sep 2020 00:07:58 +0300 Subject: htop-vim: remove patch, build statically --- personal/htop-vim/build | 8 +++++--- 1 file 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 -- cgit v1.2.3