pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc libcompat_minix was removed some years back and minlib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ded2def9f509
branches:  trunk
changeset: 314462:ded2def9f509
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sun Oct 28 18:41:41 2018 +0000

description:
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:

 bootstrap/bootstrap |  3 +--
 mk/bsd.prefs.mk     |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0f3790aed4ec -r ded2def9f509 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sun Oct 28 18:08:15 2018 +0000
+++ b/bootstrap/bootstrap       Sun Oct 28 18:41:41 2018 +0000
@@ -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@localhost>
 # All rights reserved.
@@ -733,7 +733,6 @@
        need_sed=no
        set_opsys=no
        machine_arch=`uname -p`
-       LDFLAGS="-lcompat_minix -lminlib"
        check_compiler=yes
        ;;      
 MirBSD)
diff -r 0f3790aed4ec -r ded2def9f509 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Oct 28 18:08:15 2018 +0000
+++ b/mk/bsd.prefs.mk   Sun Oct 28 18:41:41 2018 +0000
@@ -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 @@
 .elif ${OPSYS} == "Minix"
 LOWER_VENDOR?=         unknown
 LOWER_OPSYS:=          ${OPSYS:tl}
-LDFLAGS+=              -lcompat_minix -lminlib
 
 .elif !defined(LOWER_OPSYS)
 LOWER_OPSYS:=          ${OPSYS:tl}



Home | Main Index | Thread Index | Old Index