diff options
Diffstat (limited to 'main/qemu/librt.patch')
-rw-r--r-- | main/qemu/librt.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/qemu/librt.patch b/main/qemu/librt.patch new file mode 100644 index 0000000000..d445d1b68c --- /dev/null +++ b/main/qemu/librt.patch @@ -0,0 +1,11 @@ +--- ./Makefile.target.orig ++++ ./Makefile.target +@@ -34,7 +34,7 @@ + STPFILES= + + ifndef CONFIG_HAIKU +-LIBS+=-lm ++LIBS+=-lm -lrt + endif + + config-target.h: config-target.h-timestamp |