projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56448cc
)
glibc: don't ship /etc/localtime -> /tmp/localtime symlink
author
Daniel Golle
<daniel@makrotopia.org>
Wed, 20 Mar 2024 22:56:00 +0000
(22:56 +0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Wed, 20 Mar 2024 23:44:10 +0000
(23:44 +0000)
The symlink is already part of the base-files package. We don't need
to ship it with glibc again.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/libs/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/toolchain/Makefile
b/package/libs/toolchain/Makefile
index ea36af5da44a67e644c2bcc272ffd6bfc6572ec7..4f71d31b28828858e6a81394571d1b277baa0104 100644
(file)
--- a/
package/libs/toolchain/Makefile
+++ b/
package/libs/toolchain/Makefile
@@
-519,7
+519,6
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
define Package/glibc/install
$(CP) ./glibc-files/* $(1)/
rm -f $(1)/etc/localtime
- $(LN) /tmp/localtime $(1)/etc/localtime
$(INSTALL_DIR) $(1)/lib
$(CP) \
$(TOOLCHAIN_DIR)/lib/ld*.so.* \