02c5019a35
This updates glibc to the most recent version 2.31. 001-regex-read-overrun.patch was a backport from a more recent version and is integrated in glibc 2.31. 050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch is needed to add the DES crypto functions back again. They were removed in glibc 2.28, but we still use them in ppp. musl lib also provides these DES crypto functions. Without them we would have to link ppp against openssl or an other crypto library. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
15 lines
362 B
Diff
15 lines
362 B
Diff
add /usr/lib to default search path for the dynamic linker
|
|
|
|
--- a/Makeconfig
|
|
+++ b/Makeconfig
|
|
@@ -601,6 +601,9 @@ else
|
|
default-rpath = $(libdir)
|
|
endif
|
|
|
|
+# Add /usr/lib to default search path for the dynamic linker
|
|
+user-defined-trusted-dirs := /usr/lib
|
|
+
|
|
ifndef link-extra-libs
|
|
link-extra-libs = $(LDLIBS-$(@F))
|
|
link-extra-libs-static = $(link-extra-libs)
|