xrdp/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.
2016-01-26 22:36:59 -08:00
..
libxrdp.c Run through codespell 2016-01-14 08:47:50 -08:00
libxrdp.h Run through codespell 2016-01-14 08:47:50 -08:00
libxrdpinc.h work on main loop changes 2015-07-05 23:14:46 -07:00
Makefile.am Remove GOT_PREFIX, it's a broken hack of limited utility 2016-01-26 22:36:59 -08:00
xrdp_bitmap32_compress.c libxrdp: planar unroll delta 2014-06-23 20:41:29 -07:00
xrdp_bitmap_compress.c libxrdp: not logic change, comments 2014-02-15 20:37:10 -08:00
xrdp_caps.c add frame acks and h264 codec mode basics 2015-03-28 18:34:25 -07:00
xrdp_channel.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_fastpath.c work on main loop changes 2015-07-05 23:14:46 -07:00
xrdp_iso.c work on main loop changes 2015-07-05 23:14:46 -07:00
xrdp_jpeg_compress.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_mcs.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_mppc_enc.c libxrdp: minor mppc compressor change 2014-07-04 13:56:57 -07:00
xrdp_orders_rail.c libxrdp: rail fix for when no flags are set 2015-12-11 20:05:40 -08:00
xrdp_orders_rail.h no logic change, indent 2014-06-02 22:00:51 -07:00
xrdp_orders.c Run through codespell 2016-01-14 08:47:50 -08:00
xrdp_rdp.c libxrdp: xrdp_iso: changed logs, some fixes in security layer 2015-06-04 16:48:41 +03:00
xrdp_sec.c remove trailing white space 2015-08-03 20:37:43 -07:00
xrdp_surface.c copyright year update 2013-06-08 10:51:53 -07:00