From 357018e7e53b8374738d16200473382813bbc6af Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 8 Mar 2011 12:48:36 +0000 Subject: base-files: the relinked libpthread needs to be linked against libdl, otherwise calls to dlopen() fail (fixes #8978) SVN-Revision: 25950 --- package/base-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 61296b05ef..07cc8b460a 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -357,7 +357,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) "$(wildcard $(TOOLCHAIN_DIR)/lib/libpthread_so.a)" \ "$(patsubst $(TOOLCHAIN_DIR)/lib/%,$(PKG_BUILD_DIR)/%,$(wildcard $(TOOLCHAIN_DIR)/lib/libpthread-*.so))" \ -Wl,-z,nodelete,-z,initfirst,-init=__pthread_initialize_minimal_internal \ - $(BUILD_LIBGCC) \ + -ldl $(BUILD_LIBGCC) \ -Wl,-soname=libpthread.so.0 endef ifneq ($(BUILD_LIBGCC),) -- cgit v1.2.3 >index : openwrt/upstream
upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/backport-5.4/748-v5.5-net-dsa-mv88e6xxx-fix-broken-if-statement-because-of.patch
blob: d8ec1240f7e07feb92055c036eecc3df822ed6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30