pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods Minix does supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75ee135e63b5
branches:  trunk
changeset: 315017:75ee135e63b5
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Nov 13 21:06:48 2018 +0000

description:
Minix does support shared libraries (tested on 3.4RC6).

diffstat:

 pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7ec155dbe52d -r 75ee135e63b5 pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk   Tue Nov 13 20:11:38 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk   Tue Nov 13 21:06:48 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Minix.bsd.lib.mk,v 1.1 2011/11/06 21:01:30 tcort Exp $
+#      $NetBSD: Minix.bsd.lib.mk,v 1.2 2018/11/13 21:06:48 sevan Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -142,8 +142,7 @@
 
 .endif
 
-# Minix does not support shared libraries yet
-MKPICLIB?= no
+MKPICLIB?= yes
 
 # Platform-independent linker flags for ELF shared libraries
 .if ${OBJECT_FMT} == "ELF"



Home | Main Index | Thread Index | Old Index