1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/elk/files/patch-ag
Steve Price a42efa8240 Allow the value of CC to be overridden.
PR:		15397
Submitted by:	James Andariese <james@ja.ath.cx>
1999-12-23 18:50:24 +00:00

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;