aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index a5c3360c8de..280b316ee5f 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -3,7 +3,7 @@
3/* Get most of the stuff from bsd4.3 */ 3/* Get most of the stuff from bsd4.3 */
4#include "bsd4-3.h" 4#include "bsd4-3.h"
5 5
6#ifdef __alpha__ 6#if defined (__alpha__) && !defined (__ELF__)
7#define NO_SHARED_LIBS 7#define NO_SHARED_LIBS
8#endif 8#endif
9 9