Codebase list xrdp / 0657817
more patch updating mirabilos 7 years ago
3 changed file(s) with 2 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
55 can’t easily chgrp here; also fix retval check for listen(2)
66 Forwarded: https://github.com/neutrinolabs/xorgxrdp/pull/16
77 https://github.com/neutrinolabs/xrdp/pull/464
8 (but may need updating)
89 --- a/common/os_calls.c
910 +++ b/common/os_calls.c
1011 @@ -123,7 +123,7 @@ g_mk_temp_dir(const char *app_name)
00 From: Thorsten Glaser <tg@mirbsd.org>
11 Subject: Enable Large File Support on (at least) 32-bit Linux
22 Forwarded: https://github.com/neutrinolabs/xrdp/issues/647
3 (but may need updating)
34 Reviewed-by: Dominik George <nik@naturalnet.de>
45 --- a/configure.ac
56 +++ b/configure.ac
2424 endif
2525
2626 if XRDP_PIXMAN
27 --- a/xrdpapi/Makefile.am
28 +++ b/xrdpapi/Makefile.am
29 @@ -13,3 +13,9 @@ module_LTLIBRARIES = \
30 libxrdpapi_la_SOURCES = \
31 xrdpapi.c \
32 xrdpapi.h
33 +
34 +AM_CPPFLAGS = \
35 + -I$(top_srcdir)/common
36 +
37 +libxrdpapi_la_LIBADD = \
38 + $(top_builddir)/common/libcommon.la