[pkg-remote-commits] [xrdp] 01/01: Reconfigure libpainter without shared libraries.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Dec 22 21:51:06 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit e34e4faf3b7a971e3f151e22e5f0a39bbdf868f6
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Dec 22 22:50:59 2016 +0100

    Reconfigure libpainter without shared libraries.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index f0968f9..1aa7191 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,9 @@ override_dh_auto_configure:
 	cd librfxcodec && ./configure ${CONFIGURE_ARGS} \
 	    --disable-shared \
 	    --enable-static
+	cd libpainter && ./configure ${CONFIGURE_ARGS} \
+	    --disable-shared \
+	    --enable-static
 	find . -name Makefile -print0 | \
 	    xargs -0 perl -pi -e 's!XRDP_PID_PATH.*?/run!$$&/xrdp!g' --
 

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



More information about the pkg-remote-commits mailing list