Skip to content

Commit

Permalink
switch to static linking, and prepare for BPF filter
Browse files Browse the repository at this point in the history
  • Loading branch information
linhua55 committed Jul 2, 2017
1 parent 28d6234 commit c06b25f
Show file tree
Hide file tree
Showing 5 changed files with 737 additions and 5 deletions.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gcc -DHAVE_CONFIG_H -I. -std=c99 -D_XOPEN_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOU
gcc -DHAVE_CONFIG_H -I. -std=c99 -D_XOPEN_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Wwrite-strings -I. -g -O2 -MT rinetd-thpool.o -MD -MP -MF .deps/rinetd-thpool.Tpo -c -o rinetd-thpool.o `test -f 'thpool.c' || echo './'`thpool.c
rm -f rinetd
ld -r -o rinetd-rinetd-in.o rinetd-rinetd.o
gcc -std=c99 -D_XOPEN_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Wwrite-strings -I. -I/home/vagrant/lkl/linux/tools/lkl/include -g -O2 -o rinetd rinetd-rinetd-in.o rinetd-match.o rinetd-thpool.o /home/vagrant/lkl/linux/tools/lkl/liblkl.a -lrt -lpthread
gcc -static -std=c99 -D_XOPEN_SOURCE -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Wwrite-strings -I. -I/home/vagrant/lkl/linux/tools/lkl/include -g -O2 -o rinetd rinetd-rinetd-in.o rinetd-match.o rinetd-thpool.o /home/vagrant/lkl/linux/tools/lkl/liblkl.a -lrt -lpthread
Loading

0 comments on commit c06b25f

Please sign in to comment.