mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
21 lines
728 B
Diff
21 lines
728 B
Diff
diff -urN glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f/elf/Makefile glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f-patched/elf/Makefile
|
|
--- glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f/elf/Makefile 2023-08-06 13:15:21.000000000 +0300
|
|
+++ glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f-patched/elf/Makefile 2023-09-30 17:04:39.312383307 +0300
|
|
@@ -210,7 +210,7 @@
|
|
others = sprof sln
|
|
install-bin = sprof
|
|
others-static = sln
|
|
-install-rootsbin = sln
|
|
+install-sbin = sln
|
|
sln-modules := static-stubs
|
|
extra-objs += $(sln-modules:=.o)
|
|
|
|
@@ -218,7 +218,7 @@
|
|
ifeq (yes,$(build-shared))
|
|
others-static += ldconfig
|
|
others += ldconfig
|
|
-install-rootsbin += ldconfig
|
|
+install-sbin += ldconfig
|
|
|
|
ldconfig-modules := \
|
|
cache \
|