summaryrefslogtreecommitdiff
path: root/user/qemu/fix-lm32-underlinking.patch
blob: 6c93a894cb8c0993a322ad3e8813826efd7b1e94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Fails to link due to missing 'XOpenDisplay' et al.

--- qemu-2.12.0/target/lm32/Makefile.objs.old	2018-04-24 11:30:47.000000000 -0500
+++ qemu-2.12.0/target/lm32/Makefile.objs	2018-07-03 04:12:04.080000000 -0500
@@ -2,3 +2,5 @@
 obj-y += gdbstub.o
 obj-y += lm32-semi.o
 obj-$(CONFIG_SOFTMMU) += machine.o
+
+helper.o-libs := -lX11