blob: d0e31255cc3b7e5edb96c47c7be606c674cb48a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/Makefile.in.orig Mon Dec 17 23:09:32 2001
+++ src/Makefile.in Mon Oct 21 13:37:26 2002
@@ -155,6 +155,10 @@
/* This holds special options for linking temacs
that should be used for linking anything else. */
#ifndef LD_SWITCH_SYSTEM_TEMACS
+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 500042)
+#define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+#else
#define LD_SWITCH_SYSTEM_TEMACS
+#endif
#endif
|