summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/platform/Interix.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 5e93a1586d6..9ce6410833f 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.71 2013/10/13 10:10:05 wiz Exp $
+# $NetBSD: Interix.mk,v 1.72 2014/08/13 18:48:09 cheusov Exp $
#
# Variable definitions for the Interix operating system.
@@ -146,3 +146,9 @@ CONFIGURE_ENV+= ${GNU_CONFIGURE:Dac_cv_func_hstrerror=yes}
# check for maximum command line length and set it in configure's environment,
# to avoid a test required by the libtool script that takes forever.
_OPSYS_MAX_CMDLEN_CMD= ${ECHO} 262144
+
+#
+# Interix has dlopen(3) and family, they are provided by gcc (Interix-6.1).
+# pkgsrc'c check is broken.
+#
+IS_BUILTIN.dl= yes