From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/ipsec-tools/files/racoon-search-missing.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/ipsec-tools/files/racoon-search-missing.patch (limited to 'packages/ipsec-tools/files/racoon-search-missing.patch') diff --git a/packages/ipsec-tools/files/racoon-search-missing.patch b/packages/ipsec-tools/files/racoon-search-missing.patch deleted file mode 100644 index eebcb87017..0000000000 --- a/packages/ipsec-tools/files/racoon-search-missing.patch +++ /dev/null @@ -1,17 +0,0 @@ -Older versions of openssl don't provide all the required crypto code. -To handle this case ipsec-tools includes it's own version of the -required crypto code but it fails to add it the search path so -compilation fails. Fix it here since OE currently have an older -version of openssl. - ---- ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:10:57 1.1 -+++ ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:12:08 -@@ -9,7 +9,7 @@ - - adminsockdir=${localstatedir}/racoon - --INCLUDES = -I${srcdir}/../libipsec -+INCLUDES = -I${srcdir}/../libipsec -I${srcdir}/missing - AM_CFLAGS = -D_GNU_SOURCE @GLIBC_BUGS@ -DSYSCONFDIR=\"${sysconfdir}\" \ - -DADMINPORTDIR=\"${adminsockdir}\" - AM_LDFLAGS = @EXTRA_CRYPTO@ -lcrypto -- cgit v1.2.3