]> git.pld-linux.org Git - packages/xrdp.git/blob - xrdp-make.patch
- up to 0.4.1
[packages/xrdp.git] / xrdp-make.patch
1 diff -Naur xrdp-0.4.0/xrdp/Makefile xrdp-0.4.0.new/xrdp/Makefile
2 --- xrdp-0.4.0/xrdp/Makefile    2007-04-13 05:50:59.000000000 +0200
3 +++ xrdp-0.4.0.new/xrdp/Makefile        2008-04-24 17:16:43.000000000 +0200
4 @@ -18,7 +18,7 @@
5  CFLAGS = -Wall -O2 -I../common -I../libxrdp $(DEFINES)
6  #CFLAGS += -DXRDP_DEBUG
7  C_OS_FLAGS = $(CFLAGS) -c
8 -LDFLAGS = -L/usr/gnu/lib -L../libxrdp -Wl,-rpath,.
9 +LDFLAGS += -L/usr/gnu/lib -L../libxrdp -Wl,-rpath,.
10  LIBS = -ldl -lpthread -lxrdp
11  CC = gcc
12  
This page took 0.344467 seconds and 3 git commands to generate.