Skip to content

Commit

Permalink
statically link CLI checker to avoid symbol junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jun 20, 2019
1 parent d5c3dd2 commit b4d8ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sbin_SCRIPTS = install_iplike.sh
check_PROGRAMS = iplike
iplike_SOURCES = iplike-cmd.c
iplike_LDADD = libiplike_common.la
iplike_LDFLAGS = $(CLI_LDFLAGS)
iplike_LDFLAGS = $(CLI_LDFLAGS) -all-static

TESTS = tests.sh

Expand Down

0 comments on commit b4d8ffd

Please sign in to comment.