File: make-fixes.diff

package info (click to toggle)
xrdp 0.9.21.1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,748 kB
  • sloc: ansic: 88,046; sh: 5,454; asm: 4,742; cpp: 1,307; makefile: 1,155
file content (15 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Thorsten Glaser <tg@mirbsd.org>
Subject: Build system fixes
Forwarded: https://github.com/neutrinolabs/xrdp/pull/467

--- a/xrdp/Makefile.am
+++ b/xrdp/Makefile.am
@@ -21,7 +21,7 @@
 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/.libs/librfxencode.la
 endif
 
 if XRDP_PIXMAN