diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-05 00:07:58 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-05 00:07:58 +0300 |
commit | 9b6ff762aa6d290d4572545ce84d62372a8f841e (patch) | |
tree | f24ff20a6885ef34b7c7b68e7e381b58c2238679 /personal/htop-vim/build | |
parent | 394c3b37ad210efdfc70917f05e03204bf66f56a (diff) | |
download | repository-9b6ff762aa6d290d4572545ce84d62372a8f841e.tar.gz |
htop-vim: remove patch, build statically
Diffstat (limited to 'personal/htop-vim/build')
-rwxr-xr-x | personal/htop-vim/build | 8 |
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 |