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