summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-compilation.patch')
-rw-r--r--dynamic-compilation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dynamic-compilation.patch b/dynamic-compilation.patch
new file mode 100644
index 000000000000..6a288454e168
--- /dev/null
+++ b/dynamic-compilation.patch
@@ -0,0 +1,11 @@
+diff -ura xmonad-0.13.orig/src/XMonad/Core.hs xmonad-0.13/src/XMonad/Core.hs
+--- xmonad-0.13.orig/src/XMonad/Core.hs 2017-06-23 17:13:06.154600231 +0300
++++ xmonad-0.13/src/XMonad/Core.hs 2017-06-23 17:13:51.021867441 +0300
+@@ -626,6 +626,7 @@
+ , "-ilib"
+ , "-fforce-recomp"
+ , "-main-is", "main"
++ , "-dynamic"
+ , "-v0"
+ , "-o", bin
+ ] (Just dir) Nothing Nothing Nothing (Just errHandle)