diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-12-17 22:05:49 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-12-17 22:05:49 -0500 |
commit | 18fc03882d49ff46b41a53afc0d6232e1dfbbb35 (patch) | |
tree | dec8b26d1801c4d170cfb148c3758e95dfd4e1c9 /Makefile | |
parent | 50b3caa2625b4377b03fe8ca6967f769cdd6ee95 (diff) | |
download | bfs-18fc03882d49ff46b41a53afc0d6232e1dfbbb35.tar.xz |
color: Support coloring files with capabilities
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ LOCAL_LDLIBS := ifeq ($(OS),Linux) LOCAL_LDFLAGS += -Wl,--as-needed -LOCAL_LDLIBS += -lrt +LOCAL_LDLIBS += -lcap -lrt endif ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS) |