summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2018-10-28 18:41:41 +0000
committersevan <sevan@pkgsrc.org>2018-10-28 18:41:41 +0000
commitda1b079ad32239e2ed8550f039897bab7dffba3d (patch)
tree68cb37e4f595f78d823bb144c8d04b5945341cc1
parent923847b3d2d9c3cf06b6fc0ef9c98009aefacca8 (diff)
downloadpkgsrc-da1b079ad32239e2ed8550f039897bab7dffba3d.tar.gz
libcompat_minix was removed some years back and minlib does not exist as a
linkable library in 3.4RC6 so don't try to link against these.
-rwxr-xr-xbootstrap/bootstrap3
-rw-r--r--mk/bsd.prefs.mk3
2 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index b1755dafbdc..68d5e45765c 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.252 2018/10/28 16:59:00 sevan Exp $
+# $NetBSD: bootstrap,v 1.253 2018/10/28 18:41:41 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -733,7 +733,6 @@ Minix)
need_sed=no
set_opsys=no
machine_arch=`uname -p`
- LDFLAGS="-lcompat_minix -lminlib"
check_compiler=yes
;;
MirBSD)
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 8e3dcddcc7e..76eb35ba3a8 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.399 2018/10/28 18:08:15 sevan Exp $
+# $NetBSD: bsd.prefs.mk,v 1.400 2018/10/28 18:41:41 sevan Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -279,7 +279,6 @@ OS_VARIANT= SCOOSR6
.elif ${OPSYS} == "Minix"
LOWER_VENDOR?= unknown
LOWER_OPSYS:= ${OPSYS:tl}
-LDFLAGS+= -lcompat_minix -lminlib
.elif !defined(LOWER_OPSYS)
LOWER_OPSYS:= ${OPSYS:tl}