summaryrefslogtreecommitdiff
path: root/bootstrap
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 /bootstrap
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.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 1 insertions, 2 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)