summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-11 16:19:46 -0400
committerJune McEnroe <june@causal.agency>2018-05-11 16:19:46 -0400
commit398cca0404d3ba80f6299d2b9ddfe50e5940487f (patch)
tree0e65047b62d064dd36f4192aefa7e47d48ef0d74 /bin
parentAdd Utopioid (diff)
downloadsrc-398cca0404d3ba80f6299d2b9ddfe50e5940487f.tar.gz
src-398cca0404d3ba80f6299d2b9ddfe50e5940487f.zip
Link with -lm
Come on, FreeBSD.
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index b6d13697..685ea6f0 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)
 GFX ?= none
 
 CFLAGS += -Wall -Wextra -Wpedantic
-LDLIBS = -ledit -lncurses -lutil -lz
+LDLIBS = -ledit -lm -lncurses -lutil -lz
 LDLIBS_cocoa = -framework Cocoa
 LDLIBS_x11 = -lX11
 
k/commit/cmd.c?h=1.4.0&id=622e64d5f2c56543f56438cb7a705c9023bec269&follow=1'>redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt