[pkg-remote-commits] [xrdp] 04/06: NEED_LIBDL is nowhere used any more, drop useless patch

Thorsten Glaser tg at moszumanska.debian.org
Sat Mar 25 19:48:42 UTC 2017


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

tg pushed a commit to branch experimental
in repository xrdp.

commit 6903b9d31a99ae4efe71fbe3d90e5125318c55c4
Author: mirabilos <thorsten.glaser at teckids.org>
Date:   Sat Mar 25 20:16:28 2017 +0100

    NEED_LIBDL is nowhere used any more, drop useless patch
---
 debian/patches/make-fixes.diff | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/debian/patches/make-fixes.diff b/debian/patches/make-fixes.diff
index 57ddc62..2e2d58e 100644
--- a/debian/patches/make-fixes.diff
+++ b/debian/patches/make-fixes.diff
@@ -14,23 +14,6 @@ Forwarded: https://github.com/neutrinolabs/xrdp/pull/467
    pkgconfig \
 +  xorgxrdp \
    $(XRDPVRDIR)
---- a/configure.ac
-+++ b/configure.ac
-@@ -294,6 +294,14 @@ AC_CHECK_HEADER([X11/extensions/Xrandr.h
-   [AC_MSG_ERROR([please install libxrandr-dev or libXrandr-devel])],
-   [#include <X11/Xlib.h>])
- 
-+# checking if we need libdl
-+save_LIBS=$LIBS
-+AC_SEARCH_LIBS([dlopen], [dl dld], [], [
-+  AC_MSG_ERROR([unable to find the dlopen() function])
-+])
-+AM_CONDITIONAL(NEED_LIBDL, [test x"$LIBS" != x"$save_LIBS"])
-+LIBS=$save_LIBS
-+
- CFLAGS="$save_CFLAGS"
- 
- AC_SUBST([moduledir], '${libdir}/xrdp')
 --- a/xrdp/Makefile.am
 +++ b/xrdp/Makefile.am
 @@ -23,7 +23,7 @@ endif

-- 
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