pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/bootstrap-mk-files/files/mods



Module Name:    pkgsrc
Committed By:   sevan
Date:           Tue Nov 13 21:06:48 UTC 2018

Modified Files:
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Minix.bsd.lib.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk:1.1 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk:1.2
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk:1.1  Sun Nov  6 21:01:30 2011
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.lib.mk      Tue Nov 13 21:06:48 2018
@@ -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 @@ APICFLAGS?= -k
 
 .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