summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:25:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:49:16 +0100
commit67f6baa72a2c4ab868ec9c333863476e4e77513a (patch)
tree00b72871d7f12e556eb98c67c1a0b3b0c94c3871 /meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch
parent71e56f8d89c05859ddb817731653d39a8145fb98 (diff)
downloadpoky-67f6baa72a2c4ab868ec9c333863476e4e77513a.tar.gz
meta-demoapps: Remove except for xeyes and pong-clock
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022059.html As proposed by Martin Jansa with a couple of changes from me. (From OE-Core rev: 204ee7391c19f9b2fa7f8b2ef46d04c7ccf5bd42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch')
-rw-r--r--meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch b/meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch
deleted file mode 100644
index 92f3547f90..0000000000
--- a/meta-demoapps/recipes-connectivity/openswan/openswan-2.4.7/ld-library-path-breakage.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3--- openswan-2.2.0.orig/programs/Makefile.program 2004-06-03 03:06:27.000000000 +0200
4+++ openswan-2.2.0/programs/Makefile.program 2005-03-05 13:50:19.000000000 +0100
5@@ -30,10 +30,6 @@
6
7 CFLAGS+= ${WERROR}
8
9-ifneq ($(LD_LIBRARY_PATH),)
10-LDFLAGS=-L$(LD_LIBRARY_PATH)
11-endif
12-
13 MANDIR8=$(MANTREE)/man8
14 MANDIR5=$(MANTREE)/man5
15
16--- openswan-2.2.0.orig/programs/pluto/Makefile 2005-01-03 20:40:45.000000000 +0100
17+++ openswan-2.2.0/programs/pluto/Makefile 2005-03-05 13:51:21.000000000 +0100
18@@ -234,10 +234,6 @@
19 LIBSPLUTO+=${CURL_LIBS}
20 LIBSPLUTO+= -lgmp -lresolv # -lefence
21
22-ifneq ($(LD_LIBRARY_PATH),)
23-LDFLAGS=-L$(LD_LIBRARY_PATH)
24-endif
25-
26 LIBSADNS = $(OPENSWANLIB)
27 LIBSADNS += -lresolv # -lefence
28