pkgsrc-Bugs archive

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

pkg/57418: emulators/qemu enable/activate virtfs



>Number:         57418
>Category:       pkg
>Synopsis:       emulators/qemu enable/activate virtfs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed May 17 15:10:01 +0000 2023
>Originator:     jonathan buschmann
>Release:        pkgsrc trunk / HEAD
>Organization:
>Environment:
sw_vers
ProductName:    macOS
ProductVersion: 12.6.5
BuildVersion:   21G531

Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

XCode 14.2
>Description:
qemu can be used with `lima-vm` but in order to be useful in the file sharing department enable `virtfs` is a real benefit.
>How-To-Repeat:

>Fix:
diff --git i/emulators/qemu/Makefile w/emulators/qemu/Makefile
index 990938063c8..e85b4936aeb 100644
--- i/emulators/qemu/Makefile
+++ w/emulators/qemu/Makefile
@@ -50,6 +50,7 @@ CONFIGURE_ARGS+=	--smbd=${PREFIX}/sbin/smbd
 CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
 CONFIGURE_ARGS+=	--enable-curses
 CONFIGURE_ARGS+=	--enable-docs
+CONFIGURE_ARGS+=	--enable-virtfs
 CONFIGURE_ENV+=		mansuffix=/${PKGMANDIR}
 
 .if defined(PKGSRC_USE_SSP)



Home | Main Index | Thread Index | Old Index