ICT: Diary
D: 28 W: 05

< December 2023 >
Sun Mon Tue Wed Thu Fri Sat
 12
3456789
10111213141516
17181920212223
24252627282930
31 

Based on notaweblog.php by joshua stein

[ ] Monday, 11 December 2023 [ ]

xrdp

  • pkg_add autoconf automake libtool
  • export AUTOCONF_VERSION=2.71
  • export AUTOMAKE_VERSION=1.16
  • ./bootstrap

Configure step:

./configure --disable-pam --enable-bsd --enable-jpeg \
	--enable-pixman --disable-rfxcodec --enable-painter \ 
	CC=clang \
	CFLAGS="-I/usr/local/include -include sys/select.h" \
	LDFLAGS="-L$PWD -L/usr/local/lib"
  • make
  • doas make install


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $