diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-07-12 12:22:48 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-08-22 12:55:31 -0700 |
commit | 2c70a0e1f894b26c3aa40fcb160807088630bec9 (patch) | |
tree | c89288b3a0771803972e29d62804bffae0df0e4c /xorg/X11R7.6 | |
parent | 8055745cebd25a8ac21e715bc9eb20ae01d36a23 (diff) | |
download | xrdp-proprietary-2c70a0e1f894b26c3aa40fcb160807088630bec9.tar.gz xrdp-proprietary-2c70a0e1f894b26c3aa40fcb160807088630bec9.zip |
part of merge, no logic change, add -g to Makefile and LLOGLN to xup.c
Diffstat (limited to 'xorg/X11R7.6')
-rw-r--r-- | xorg/X11R7.6/rdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/Makefile b/xorg/X11R7.6/rdp/Makefile index b38d27c0..3b84c43c 100644 --- a/xorg/X11R7.6/rdp/Makefile +++ b/xorg/X11R7.6/rdp/Makefile @@ -43,7 +43,7 @@ LIBS = $(XSRCBASE)/dbe/.libs/libdbe.a \ LLIBS = -Wl,-rpath=$(LIBBASE) -lfreetype -lz -lm -lXfont -lXau \ -lXdmcp -lpixman-1 -lrt -ldl -lcrypto -lGL -lXdamage -CFLAGS = -O2 -Wall -fno-strength-reduce \ +CFLAGS = -g -O2 -Wall -fno-strength-reduce \ -I../../include \ -I../../cfb \ -I../../mfb \ |