[pkg-remote-commits] [xrdp] 04/04: Fix FTBFS in LFS patch (include path differs).

Thorsten Glaser tg at moszumanska.debian.org
Wed Jan 25 16:13:37 UTC 2017


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

tg pushed a commit to branch master
in repository xrdp.

commit 7dc161d231ea29bdaf025f7ddd47f8ab5a85d9f3
Author: mirabilos <t.glaser at tarent.de>
Date:   Wed Jan 25 16:58:27 2017 +0100

    Fix FTBFS in LFS patch (include path differs).
    
    (LFS patch still is not enough because the inclusion is too late.)
---
 debian/patches/lfs.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/lfs.diff b/debian/patches/lfs.diff
index dbb76ac..a362701 100644
--- a/debian/patches/lfs.diff
+++ b/debian/patches/lfs.diff
@@ -29,7 +29,7 @@ Subject: Enable Large File Support on (at least) 32-bit Linux
   * xfree86(base)->evdev keycode mapping
   */
  
-+#include "arch.h"
++#include "config_ac.h"
 +
  int xfree86_to_evdev[137-8+1] = {
      /* MDSW */ 203,
@@ -40,7 +40,7 @@ Subject: Enable Large File Support on (at least) 32-bit Linux
  #include <X11/Xutil.h>
  #include <X11/XKBlib.h>
  #include <locale.h>
-+#include "arch.h"
++#include "config_ac.h"
  
  extern int xfree86_to_evdev[137-8];
  

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



More information about the pkg-remote-commits mailing list