| Index: fusl/ldso/BUILD.gn
|
| diff --git a/fusl/src/conf/BUILD.gn b/fusl/ldso/BUILD.gn
|
| similarity index 64%
|
| copy from fusl/src/conf/BUILD.gn
|
| copy to fusl/ldso/BUILD.gn
|
| index b4ae3a5e12dd7f71e2c811c9734c82be33386d9c..c2f581f19a28b615fcba66215a16cc1e4df2dbce 100644
|
| --- a/fusl/src/conf/BUILD.gn
|
| +++ b/fusl/ldso/BUILD.gn
|
| @@ -4,12 +4,11 @@
|
|
|
| import("//fusl/fusl.gni")
|
|
|
| -fusl_source_set("conf") {
|
| +fusl_source_set("ldso") {
|
| + configs = [ "//fusl:fusl_no_stack_protector_config" ]
|
| +
|
| sources = [
|
| - "confstr.c",
|
| - "fpathconf.c",
|
| - "legacy.c",
|
| - "pathconf.c",
|
| - "sysconf.c",
|
| + "dlstart.c",
|
| + "dynlink.c",
|
| ]
|
| }
|
|
|