diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 21:15:11 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-31 21:15:11 +0100 |
commit | 1ff55bdd36abd7bb400da6b366e1723346ebea3c (patch) | |
tree | cee5ebfe7b2c62eabeba33e68fd36f0b1ab7ddf0 /options.mk | |
parent | cfacd9938a8c9ffe5d791656ea7495c8bba3e286 (diff) |
Added '-lbsd'
Diffstat (limited to 'options.mk')
-rw-r--r-- | options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ CXXFLAGS = -O2 -Wall -pipe -std=c++17 CPPFLAGS = -D_DEFAULT_SOURCE=1 LDFLAGS = -LDLIBS = -lcrypt +LDLIBS = -lbsd -lcrypt RM ?= @rm -f E = @echo @@ -23,7 +23,7 @@ Q = @ # addplayer AP_LDFLAGS = -AP_LDLIBS = -lcrypt +AP_LDLIBS = -lbsd -lcrypt # makerank MR_LDFLAGS = |