summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-07-12 12:22:48 -0700
committerJim Grandy <jgrandy@authentic8.com>2013-08-22 12:55:31 -0700
commit2c70a0e1f894b26c3aa40fcb160807088630bec9 (patch)
treec89288b3a0771803972e29d62804bffae0df0e4c /xorg/X11R7.6
parent8055745cebd25a8ac21e715bc9eb20ae01d36a23 (diff)
downloadxrdp-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/Makefile2
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 \