You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xrdp-proprietary/xrdp
Pavel Roskin ee1a237685 Remove GOT_PREFIX, it's a broken hack of limited utility
To add flags to the compiler, CFLAGS, CPPFLAGS or LDFLAGS can be used on
the configure command line.

The need to add flags depends on the location of the headers and
libraries of the dependencies, which is orthogonal to the directory where
xrdp will be installed.

The implementation in configure.ac has a stray closing bracket, making
GOT_PREFIX true even if --prefix is not passed.

The implementation is inconsistent - the only affected makefiles are for
xrdp and libxrdp.

Changing rpath manually is wrong in most cases. Libtool should be able to
set rpath correctly on its own.

Using $(prefix)/lib ignores the libdir setting. For many 64-bit systems,
/usr/lib is used for 32-bit libraries. Adding 32-bit libraries to the
rpath slows down 64-bit executables, as the dynamic loader searches for
libraries in a wrong directory.

There is no way to disable GOT_PREFIX if --prefix has to be passed.
Fedora RPM patches configure.ac and needs to rerun autoconf and automake
after that.
9 years ago
..
Makefile.am Remove GOT_PREFIX, it's a broken hack of limited utility 9 years ago
ad24b.bmp improve login graphics 16 years ago
ad256.bmp Drop exec permission of non executable files 9 years ago
cursor0.cur use standard cur files for cursors 21 years ago
cursor1.cur use standard cur files for cursors 21 years ago
czech.txt czech.txt 18 years ago
funcs.c xrdp:no logic change, comments and printfs 11 years ago
lang.c Run through codespell 9 years ago
rdp-scan-codes.txt small fix for rdp scancode file 11 years ago
sans-10.fv1 Drop exec permission of non executable files 9 years ago
xrdp.c Run through codespell 9 years ago
xrdp.h add frame acks and h264 codec mode basics 10 years ago
xrdp.ini vnc: Added delay_ms option. Fixes neutrinolabs/xrdp#182 10 years ago
xrdp24b.bmp improve login graphics 16 years ago
xrdp256.bmp Drop exec permission of non executable files 9 years ago
xrdp_bitmap.c Run through codespell 9 years ago
xrdp_cache.c work on codec mode jpeg 11 years ago
xrdp_encoder.c add frame acks and h264 codec mode basics 10 years ago
xrdp_encoder.h add frame acks and h264 codec mode basics 10 years ago
xrdp_font.c xrdp:no logic change, comments and printfs 11 years ago
xrdp_keyboard.ini finish for supporting swiss german keyboard 10 years ago
xrdp_listen.c coverity: improper use of negative value 11 years ago
xrdp_login_wnd.c no logic change, indent 11 years ago
xrdp_logo.bmp made login screen fully customizable 11 years ago
xrdp_mm.c Run through codespell 9 years ago
xrdp_painter.c 32 bpp compress the alpha, leave room for biggest 32 bpp data 11 years ago
xrdp_process.c add timeout to trans_get_wait_objs_rw 10 years ago
xrdp_region.c xrdp:no logic change, comments and printfs 11 years ago
xrdp_types.h update the module API 10 years ago
xrdp_wm.c Run through codespell 9 years ago
xrdpwin.c Run through codespell 9 years ago