diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2017-03-01 22:08:29 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-03-01 22:08:29 +0000 |
commit | c8e1ea6f6ceebd68cb4f92a0738587673d56d42a (patch) | |
tree | 4057133966c0e394bed98d042ec63543851dc8ca /emulators/qemu-user-static | |
parent | 75bb1e5675017f1e242959a07fe84ca7b3250a7e (diff) |
Add configure arg to fix build on 10.x
PR: 217411
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Notes
Notes:
svn path=/head/; revision=435203
Diffstat (limited to 'emulators/qemu-user-static')
-rw-r--r-- | emulators/qemu-user-static/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-user-static/Makefile b/emulators/qemu-user-static/Makefile index 0e9368bf17f3..c50b92866907 100644 --- a/emulators/qemu-user-static/Makefile +++ b/emulators/qemu-user-static/Makefile @@ -12,6 +12,7 @@ OPTIONS_SLAVE= STATIC_LINK BSD_USER X86_TARGETS OPTIONS_EXCLUDE=SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 DOCS MASTERDIR= ${.CURDIR}/../qemu-sbruno +CONFIGURE_ARGS+= --extra-cflags=-D_IFI_OQDROPS post-install: @${RM} -r ${STAGEDIR}${PREFIX}/bin/qemu-ga |