[packages/xrdp] - ensure 64-bit off_t and reenable fuse on i686; release 2
qboosh
qboosh at pld-linux.org
Tue Jan 6 19:57:34 CET 2026
commit 0dcebcac09788326939d787b736e5b91238b67e2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jan 6 19:57:26 2026 +0100
- ensure 64-bit off_t and reenable fuse on i686; release 2
xrdp.spec | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/xrdp.spec b/xrdp.spec
index 1ead122..b433c0f 100644
--- a/xrdp.spec
+++ b/xrdp.spec
@@ -1,14 +1,12 @@
-%bcond_without fuse # Build fuse(clipboard file / drive redir)
-
-%ifarch i686
-%undefine with_fuse
-%endif
+#
+# Conditional build:
+%bcond_without fuse # clipboard file/drive redir via libfuse
Summary: Remote desktop server
Summary(pl.UTF-8): Serwer remote desktop
Name: xrdp
Version: 0.10.4.1
-Release: 1
+Release: 2
License: Apache v2.0
Group: X11/Applications/Networking
#Source0Download: https://github.com/neutrinolabs/xrdp/releases
@@ -100,6 +98,7 @@ install %{SOURCE3} README.PLD
install %{SOURCE4} README.PLD.pl
%build
+CPPFLAGS="%{rpmcppflags} -D_FILE_OFFSET_BITS=64"
%{__libtoolize}
%{__aclocal} -I m4
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xrdp.git/commitdiff/0dcebcac09788326939d787b736e5b91238b67e2
More information about the pld-cvs-commit
mailing list