]> git.pld-linux.org Git - packages/xrdp.git/commitdiff
- fix build
authorpawelz <pawelz@pld-linux.org>
Wed, 2 Jul 2008 17:06:51 +0000 (17:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xrdp-make.patch -> 1.1

xrdp-make.patch [new file with mode: 0644]

diff --git a/xrdp-make.patch b/xrdp-make.patch
new file mode 100644 (file)
index 0000000..a0b3a79
--- /dev/null
@@ -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
This page took 0.047365 seconds and 4 git commands to generate.