diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-22 13:20:56 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-10-22 13:20:56 +0000 |
commit | 238aa3b315d7356fc47912e6317f0ce82c6a6580 (patch) | |
tree | 3c3013ba36de6a4bf8aeb446e66116349abf20a4 /emulators | |
parent | 0831c9ff54eb6e71fc93957f032e55ae4d59c3e9 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu50/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu50/Makefile b/emulators/qemu50/Makefile index 15c19adab4b7..c4a704ec03c1 100644 --- a/emulators/qemu50/Makefile +++ b/emulators/qemu50/Makefile @@ -102,7 +102,7 @@ PORTDOCS= docs index.html interop/.buildinfo interop/* qemu-ga-ref.html qemu-ga- WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS_amd64+= -fPIC -CONFIGURE_ARGS= --localstatedir=/var --extra-ldflags=-L\"/usr/lib\" \ +CONFIGURE_ARGS= --localstatedir=/var \ --extra-ldflags=-L\"${LOCALBASE}/lib\" --enable-debug \ --prefix=${PREFIX} --cc=${CC} --enable-netmap --enable-docs --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ |