Hello, Am Montag 11 Februar 2013, 08:03:12 schrieb Blindauer Emmanuel: > the flag is not present, here the current values: > > CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Wformat- security -Werror=format-security > CPPFLAGS=-D_FORTIFY_SOURCE=2 > CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat > -Wformat- security -Werror=format-security > FFLAGS=-g -O2 > LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z,relro
Seem like Ubunto is hiding it somewhere else: <https://lists.ubuntu.com/archives/ubuntu-devel-announce/2010- October/000772.html> As a quick check: cd xorg/X11R7.6/rdp/ directory rm X11rdp make X11rdp Scan the linker command for any 'as-needed'. If you find it somewhere there, you need to check yourself where it comes from. You can also check if the library is liked with GL by checking the output of objdump -p X11rdp | grep NEEDED for libGL.so. You can try to modify the Makefile.am and add X11rdp_LDFLAGS = -Wl,--no-as-needed Running "make" should rebuild the auto* files and the binary. Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbH be open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99 http://www.univention.de/ ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ xrdp-devel mailing list xrdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xrdp-devel