diff options
Diffstat (limited to 'data/tmux/make.sh')
-rw-r--r-- | data/tmux/make.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/tmux/make.sh b/data/tmux/make.sh index fbc999151..c6e5f1a32 100644 --- a/data/tmux/make.sh +++ b/data/tmux/make.sh @@ -1,4 +1,5 @@ pkg:setup -pkg:configure +pkg:configure ac_cv_search_forkpty="-lresolv" LIBS="-lncurses -levent" PKG_CONFIG=true +# Not relying on pkg-config- libtinfo gets linked if pkg-config can't find ncurses.pc for some reason. make -j8 pkg:install |