pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/haxm haxm: Install the script as unstripped ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77018f7b82bd
branches:  trunk
changeset: 329670:77018f7b82bd
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Feb 13 16:48:58 2019 +0000

description:
haxm: Install the script as unstripped kernel module

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

Reported by <gson>

diffstat:

 emulators/haxm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 672cc9f14db5 -r 77018f7b82bd emulators/haxm/Makefile
--- a/emulators/haxm/Makefile   Wed Feb 13 16:24:33 2019 +0000
+++ b/emulators/haxm/Makefile   Wed Feb 13 16:48:58 2019 +0000
@@ -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 @@
 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