mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a42efa8240
PR: 15397 Submitted by: James Andariese <james@ja.ath.cx>
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
--- src/load-dl.c.orig Fri Dec 22 08:46:24 1995
|
|
+++ src/load-dl.c Sun Dec 12 16:29:07 1999
|
|
@@ -4,6 +4,10 @@
|
|
extern char *strrchr();
|
|
extern char *getenv();
|
|
|
|
+#ifndef RTLD_NOW
|
|
+#define RTLD_NOW 1
|
|
+#endif
|
|
+
|
|
Dlopen_File (fn) char *fn; {
|
|
void *handle;
|
|
SYM *sp;
|