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
commit3d3e030f830c7486c7ba65047f51fd8fd94b7c37 (patch)
tree2947f076ef19db4e9ce542623003e4c45932d8d5 /bootstrap
parent300cbd93021617ffb78b0b72979021f665ca67b8 (diff)
downloadpkgsrc-3d3e030f830c7486c7ba65047f51fd8fd94b7c37.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)