summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-10-31 23:22:59 +0000
committersbd <sbd@pkgsrc.org>2011-10-31 23:22:59 +0000
commitb27388620ad2845a8acef1897ca8a7193e6c7206 (patch)
treee07fa61d99ff6e4703bd268af9502c8d3105b2e9 /mk/platform
parent5d07efc23d93dd8e8e1f239269061e6afde2c60b (diff)
downloadpkgsrc-b27388620ad2845a8acef1897ca8a7193e6c7206.tar.gz
Add LIBC_BUILTINS platform definition to Linux.
Designed to be used in mk.conf like so: PREFER_PKGSRC= yes PREFER_NATIVE= ${LIBC_BUILTINS}
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Linux.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk
index fbce029ee09..6a811a5ff35 100644
--- a/mk/platform/Linux.mk
+++ b/mk/platform/Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.44 2011/10/15 03:15:37 sbd Exp $
+# $NetBSD: Linux.mk,v 1.45 2011/10/31 23:22:59 sbd Exp $
#
# Variable definitions for the Linux operating system.
@@ -24,6 +24,7 @@ DEF_UMASK?= 022
DEFAULT_SERIAL_DEVICE?= /dev/null
EXPORT_SYMBOLS_LDFLAGS?= # Don't add symbols to the dynamic symbol table
GROUPADD?= /usr/sbin/groupadd
+LIBC_BUILTINS= iconv getopt sysexits gettext
MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type
.if exists(/etc/ssdlinux_version)
NOLOGIN?= /sbin/nologin