summaryrefslogtreecommitdiff
path: root/www/apache-modssl/patches/patch-ac
blob: 6fb432042018de633a293c45a11840bf4c759369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.1 1998/10/03 21:01:16 tv Exp $

--- src/os/unix/os.h.orig	Fri Oct  2 10:14:27 1998
+++ src/os/unix/os.h	Fri Oct  2 10:14:54 1998
@@ -114,7 +114,8 @@
 #define RTLD_GLOBAL 0
 #endif
 
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || \
+	(defined(__NetBSD__) && !defined(__ELF__))
 #define DLSYM_NEEDS_UNDERSCORE
 #endif