diff options
Diffstat (limited to 'user/x11vnc/utmps.patch')
-rw-r--r-- | user/x11vnc/utmps.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/user/x11vnc/utmps.patch b/user/x11vnc/utmps.patch new file mode 100644 index 000000000..0a41b2037 --- /dev/null +++ b/user/x11vnc/utmps.patch @@ -0,0 +1,9 @@ +--- x11vnc-0.9.16/src/Makefile.am.old 2019-01-05 13:22:11.000000000 +0000 ++++ x11vnc-0.9.16/src/Makefile.am 2019-01-10 20:20:45.880000000 +0000 +@@ -145,4 +145,5 @@ + @AVAHI_LIBS@ \ + @XI2_LIBS@ \ + @CAIRO_LIBS@ \ +- $(LD_CYGIPC) ++ $(LD_CYGIPC) \ ++ -lutmps -lskarnet |