summaryrefslogtreecommitdiff
path: root/lang/elk/patches/patch-e
diff options
context:
space:
mode:
Diffstat (limited to 'lang/elk/patches/patch-e')
-rw-r--r--lang/elk/patches/patch-e15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/elk/patches/patch-e b/lang/elk/patches/patch-e
new file mode 100644
index 00000000000..23351628572
--- /dev/null
+++ b/lang/elk/patches/patch-e
@@ -0,0 +1,15 @@
+*** elk-3.0.orig/src/load-dl.c Sun Dec 17 15:45:40 1995
+--- elk-3.0/src/load-dl.c Sun Dec 17 15:46:22 1995
+***************
+*** 4,9 ****
+--- 4,13 ----
+ extern char *strrchr();
+ extern char *getenv();
+
++ #ifndef RTLD_NOW
++ #define RTLD_NOW 1
++ #endif
++
+ Dlopen_File (fn) char *fn; {
+ void *handle;
+ SYM *sp;