pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/haxm



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Feb 13 16:48:58 UTC 2019

Modified Files:
        pkgsrc/emulators/haxm: Makefile

Log Message:
haxm: Install the script as unstripped kernel module

The NetBSD kernel linker requires symbols in order to operate properly.

Reported by <gson>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/haxm/Makefile

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

Modified files:

Index: pkgsrc/emulators/haxm/Makefile
diff -u pkgsrc/emulators/haxm/Makefile:1.2 pkgsrc/emulators/haxm/Makefile:1.3
--- pkgsrc/emulators/haxm/Makefile:1.2  Wed Feb 13 16:08:50 2019
+++ pkgsrc/emulators/haxm/Makefile      Wed Feb 13 16:48:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/02/13 16:08:50 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/13 16:48:58 kamil Exp $
 
 GITHUB_PROJECT=        haxm
 GITHUB_TAG=    c072ad9b68e1d558a9fb791511468d10a1a9b319
@@ -36,6 +36,8 @@ KMODULEDIR=   stand/${MACHINE}/${OS_VERSIO
 INSTALLATION_DIRS+=    sbin            # auxiliary scripts
 INSTALLATION_DIRS+=    ${KMODULEDIR}
 
+INSTALL_UNSTRIPPED=    yes # Kernel linker needs unstripped module
+
 PLIST_SUBST+=  MACHINE=${MACHINE}
 
 pre-configure:



Home | Main Index | Thread Index | Old Index