aboutsummaryrefslogtreecommitdiffstats
path: root/main/xrdp/dynamic-link.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2017-04-09 22:45:20 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2017-04-09 22:45:29 +0200
commit3af580e131503e211255f6329730d9e51da701ee (patch)
treed859dedf188af91abeb3c60bd14611eb88fb0ec3 /main/xrdp/dynamic-link.patch
parentb9efacb3703d5e6369b7751dcf5f9a16d48083b8 (diff)
downloadaports-3af580e131503e211255f6329730d9e51da701ee.tar.bz2
aports-3af580e131503e211255f6329730d9e51da701ee.tar.xz
main/xrdp: upgrade to 0.9.2
Diffstat (limited to 'main/xrdp/dynamic-link.patch')
-rw-r--r--main/xrdp/dynamic-link.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/main/xrdp/dynamic-link.patch b/main/xrdp/dynamic-link.patch
new file mode 100644
index 0000000000..13f6f2c756
--- /dev/null
+++ b/main/xrdp/dynamic-link.patch
@@ -0,0 +1,22 @@
+diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am
+index a259ef3..0d8e66f 100644
+--- a/xrdp/Makefile.am
++++ b/xrdp/Makefile.am
+@@ -23,7 +23,7 @@ endif
+ if XRDP_RFXCODEC
+ AM_CPPFLAGS += -DXRDP_RFXCODEC
+ AM_CPPFLAGS += -I$(top_srcdir)/librfxcodec/include
+-XRDP_EXTRA_LIBS += $(top_builddir)/librfxcodec/src/.libs/librfxencode.a
++XRDP_EXTRA_LIBS += $(top_builddir)/librfxcodec/src/librfxencode.la
+ endif
+
+ if XRDP_PIXMAN
+@@ -35,7 +35,7 @@ endif
+ if XRDP_PAINTER
+ AM_CPPFLAGS += -DXRDP_PAINTER
+ AM_CPPFLAGS += -I$(top_srcdir)/libpainter/include
+-XRDP_EXTRA_LIBS += $(top_builddir)/libpainter/src/.libs/libpainter.a
++XRDP_EXTRA_LIBS += $(top_builddir)/libpainter/src/libpainter.la
+ endif
+
+ sbin_PROGRAMS = \