Re: Patch: enable tmux static builds on linux

2010-04-02 Thread Nicholas Marriott
Good catch, I fixed this locally last time I did a static build but I forgot to put it in. Thanks. On Thu, Apr 01, 2010 at 03:36:08PM +0200, Aaron Isotton wrote: >I wanted to build tmux statically on Linux by using >make LDCONFIG=-static >This does not work now because -lrt is missing

Patch: enable tmux static builds on linux

2010-04-01 Thread Aaron Isotton
I wanted to build tmux statically on Linux by using make LDCONFIG=-static This does not work now because -lrt is missing from the libraries. I don't know whether the same applies to other platforms as well. This patch fixes it: diff -ru tmux-1.2/configure tmux-1.2.patched/configure --- tmux-1.2/