[Pkg-remote-commits] [guacamole-server] 02/02: Fix Large File Support on 32-bit platforms

Thorsten Glaser tg at moszumanska.debian.org
Wed Nov 30 15:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

tg pushed a commit to branch master
in repository guacamole-server.

commit f792bed12d72f4a74bbe8c3ad95da75af5afe99c
Author: mirabilos <t.glaser at tarent.de>
Date:   Wed Nov 30 16:09:18 2016 +0100

    Fix Large File Support on 32-bit platforms
---
 debian/changelog             |  1 +
 debian/patches/fix-lfs.patch | 12 ++++++++++++
 debian/patches/series        |  1 +
 3 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e887b5d..75f356a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ guacamole-server (0.9.9-1) unstable; urgency=medium
 
   [ Thorsten Glaser ]
   * Disable parallel build, upstream’s Makefiles aren’t set up for it.
+  * Fix Large File Support on 32-bit platforms.
 
  -- Dominik George <nik at naturalnet.de>  Wed, 30 Nov 2016 15:41:23 +0100
 
diff --git a/debian/patches/fix-lfs.patch b/debian/patches/fix-lfs.patch
new file mode 100644
index 0000000..36a29f0
--- /dev/null
+++ b/debian/patches/fix-lfs.patch
@@ -0,0 +1,12 @@
+# DP: add Large File Support
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -41,6 +41,7 @@ AC_CHECK_HEADERS([fcntl.h stdlib.h strin
+ 
+ # Source characteristics
+ AC_DEFINE([_XOPEN_SOURCE], [700], [Uses X/Open and POSIX APIs])
++AC_SYS_LARGEFILE
+ 
+ # Check for whether math library is required
+ AC_CHECK_LIB([m], [cos],
diff --git a/debian/patches/series b/debian/patches/series
index 461bb9b..654edab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 openssl-1.1.patch
 fix-buildsystem.patch
+fix-lfs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/guacamole-server.git



More information about the pkg-remote-commits mailing list