mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
Closes: https://bugs.gentoo.org/540018 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
14 lines
361 B
Diff
14 lines
361 B
Diff
diff --git a/src/Makefile b/src/Makefile
|
|
index ec6a524..700ff75 100644
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -67,7 +67,7 @@ targets: $(PLUGIN_LIB)
|
|
|
|
$(PLUGIN_LIB): $(PLUGIN_OBJECTS) gcc_exports.map
|
|
$(CXX) $(LDFLAGS) \
|
|
- -shared \
|
|
+ -dynamiclib -ldl \
|
|
$(CFLAGS) \
|
|
-fvisibility=hidden \
|
|
-fvisibility-inlines-hidden \
|