Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235785 | Differences between
and this patch

Collapse All | Expand All

(-)exim-4.43-r2-localscan_dlopen.patch (-4 / +4 lines)
Lines 1-7 Link Here
1
diff -Naur exim-4.32/src/EDITME exim-4.32-dlopen/src/EDITME
1
diff -Naur exim-4.32/src/EDITME exim-4.32-dlopen/src/EDITME
2
--- src/EDITME	2004-04-15 08:27:01.000000000 +0000
2
--- src/EDITME	2004-04-15 08:27:01.000000000 +0000
3
+++ src/EDITME	2004-05-06 16:15:47.000000000 +0000
4
@@ -505,6 +505,21 @@
Lines 16-23 Link Here
16
+# linker flags.  Without it, the loaded .so won't be able to access any
16
+# linker flags.  Without it, the loaded .so won't be able to access any
17
+# functions from exim.
17
+# functions from exim.
18
+
18
+
19
+LFLAGS=-rdynamic -ldl
19
+LFLAGS=-rdynamic
20
+
20
+if ${OSTYPE} == "Linux"; then \
21
+    LFLAGS="${LFLAGS} -ldl"; \
22
+fi
21
+
23
+
22
+#------------------------------------------------------------------------------
24
+#------------------------------------------------------------------------------
23
 # The default distribution of Exim contains only the plain text form of the
25
 # The default distribution of Exim contains only the plain text form of the

Return to bug 235785