You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
399 B
23 lines
399 B
cc_binary { |
|
name: "ss", |
|
defaults: ["iproute2_defaults"], |
|
|
|
srcs: [ |
|
"ss.c", |
|
"ssfilter.y", |
|
], |
|
|
|
shared_libs: [ |
|
"libiprouteutil", |
|
"libnetlink", |
|
"libselinux", |
|
], |
|
|
|
cflags: [ |
|
"-Wno-missing-field-initializers", |
|
"-Wno-tautological-pointer-compare", |
|
"-Dsethostent(x)=", |
|
], |
|
|
|
ldflags: ["-Wl,-export-dynamic"], |
|
}
|
|
|