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/libxrdp
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.
10 years ago
..
Makefile.am Remove GOT_PREFIX, it's a broken hack of limited utility 10 years ago
libxrdp.c Run through codespell 10 years ago
libxrdp.h Run through codespell 10 years ago
libxrdpinc.h work on main loop changes 11 years ago
xrdp_bitmap32_compress.c libxrdp: planar unroll delta 12 years ago
xrdp_bitmap_compress.c libxrdp: not logic change, comments 12 years ago
xrdp_caps.c add frame acks and h264 codec mode basics 11 years ago
xrdp_channel.c Run through codespell 10 years ago
xrdp_fastpath.c work on main loop changes 11 years ago
xrdp_iso.c work on main loop changes 11 years ago
xrdp_jpeg_compress.c Run through codespell 10 years ago
xrdp_mcs.c Run through codespell 10 years ago
xrdp_mppc_enc.c libxrdp: minor mppc compressor change 12 years ago
xrdp_orders.c Run through codespell 10 years ago
xrdp_orders_rail.c libxrdp: rail fix for when no flags are set 10 years ago
xrdp_orders_rail.h no logic change, indent 12 years ago
xrdp_rdp.c libxrdp: xrdp_iso: changed logs, some fixes in security layer 11 years ago
xrdp_sec.c remove trailing white space 11 years ago
xrdp_surface.c copyright year update 13 years ago