[X2Go-Commits] [pale-moon] 01/02: debian/: add new directory patches/fixes with a splice-fix patchfile.

git-admin at x2go.org git-admin at x2go.org
Fri Sep 28 01:58:19 CEST 2018


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

x2go pushed a commit to branch master
in repository pale-moon.

commit 5199080a276c337b6cd1bd90a34fc192d6e77190
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Sep 28 01:56:22 2018 +0200

    debian/: add new directory patches/fixes with a splice-fix patchfile.
---
 debian/changelog                                   |  1 +
 debian/patches/fixes/Define-splice-constants.patch | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dfc6bf5..d81bce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -228,6 +228,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium
     - Add new palemoon-dev.links.in file.
     - Rename palemoon.links to palemoon.links.in.
     - Rename palemoon to wrappers/palemoon.
+    - Add new directory patches/fixes with a splice-fix patchfile.
   * debian/changelog:
     - Change repack-1 in version string to repack1 because a dash denotes the
       start of a downstream change.
diff --git a/debian/patches/fixes/Define-splice-constants.patch b/debian/patches/fixes/Define-splice-constants.patch
new file mode 100644
index 0000000..1ca1793
--- /dev/null
+++ b/debian/patches/fixes/Define-splice-constants.patch
@@ -0,0 +1,23 @@
+--- a/dom/system/OSFileConstants.cpp
++++ b/dom/system/OSFileConstants.cpp
+@@ -491,6 +491,20 @@ static const dom::ConstantSpec gLibcProp
+   INT_CONSTANT(F_RDLCK),
+   INT_CONSTANT(F_WRLCK),
+   INT_CONSTANT(F_UNLCK),
++
++  // splice
++#if defined(SPLICE_F_MOVE)
++  INT_CONSTANT(SPLICE_F_MOVE),
++#endif // defined(SPLICE_F_MOVE)
++#if defined(SPLICE_F_NONBLOCK)
++  INT_CONSTANT(SPLICE_F_NONBLOCK),
++#endif // defined(SPLICE_F_NONBLOCK)
++#if defined(SPLICE_F_MORE)
++  INT_CONSTANT(SPLICE_F_MORE),
++#endif // defined(SPLICE_F_MORE)
++#if defined(SPLICE_F_GIFT)
++  INT_CONSTANT(SPLICE_F_GIFT),
++#endif // defined(SPLICE_F_GIFT)
+ #endif // defined(XP_UNIX)
+   // copyfile
+ #if defined(COPYFILE_DATA)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list