kiss-repository

personal kiss repository
git clone git://git.ckyln.com/~cem/kiss-repository.git
Log | Files | Refs | Submodules | README | LICENSE

commit 9b6ff762aa6d290d4572545ce84d62372a8f841e
parent 394c3b37ad210efdfc70917f05e03204bf66f56a
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat,  5 Sep 2020 00:07:58 +0300

htop-vim: remove patch, build statically

Diffstat:
Mpersonal/htop-vim/build | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 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