SOURCES: xrdp-make.patch (NEW) - fix build
pawelz
pawelz at pld-linux.org
Wed Jul 2 19:06:56 CEST 2008
Author: pawelz Date: Wed Jul 2 17:06:56 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix build
---- Files affected:
SOURCES:
xrdp-make.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/xrdp-make.patch
diff -u /dev/null SOURCES/xrdp-make.patch:1.1
--- /dev/null Wed Jul 2 19:06:57 2008
+++ SOURCES/xrdp-make.patch Wed Jul 2 19:06:51 2008
@@ -0,0 +1,12 @@
+diff -Naur xrdp-0.4.0/xrdp/Makefile xrdp-0.4.0.new/xrdp/Makefile
+--- xrdp-0.4.0/xrdp/Makefile 2007-04-13 05:50:59.000000000 +0200
++++ xrdp-0.4.0.new/xrdp/Makefile 2008-04-24 17:16:43.000000000 +0200
+@@ -18,7 +18,7 @@
+ CFLAGS = -Wall -O2 -I../common -I../libxrdp $(DEFINES)
+ #CFLAGS += -DXRDP_DEBUG
+ C_OS_FLAGS = $(CFLAGS) -c
+-LDFLAGS = -L/usr/gnu/lib -L../libxrdp -Wl,-rpath,.
++LDFLAGS += -L/usr/gnu/lib -L../libxrdp -Wl,-rpath,.
+ LIBS = -ldl -lpthread -lxrdp
+ CC = gcc
+
================================================================
More information about the pld-cvs-commit
mailing list