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 | c52635fce35aa7d2e4414a44bac9fe06dfb56885 (patch) | |
tree | cb84f43d5e888ce429f30f6df5d45d8357af9bdf /Makefile | |
parent | fb7a61add741b28ae6c91787373bdb544b2e751b (diff) | |
download | bfs-c52635fce35aa7d2e4414a44bac9fe06dfb56885.tar.xz |
Implement -acl test
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 += -lcap -lrt +LOCAL_LDLIBS += -lacl -lcap -lrt endif ALL_CPPFLAGS = $(LOCAL_CPPFLAGS) $(CPPFLAGS) |