libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / ipsec-tools / files / racoon-search-missing.patch
blobeebcb8701702f2e2db859bb2f84414212240f409
1 Older versions of openssl don't provide all the required crypto code.
2 To handle this case ipsec-tools includes it's own version of the
3 required crypto code but it fails to add it the search path so
4 compilation fails. Fix it here since OE currently have an older
5 version of openssl.
7 --- ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:10:57 1.1
8 +++ ipsec-tools-0.6.6/src/racoon/Makefile.am 2006/08/17 05:12:08
9 @@ -9,7 +9,7 @@
11 adminsockdir=${localstatedir}/racoon
13 -INCLUDES = -I${srcdir}/../libipsec
14 +INCLUDES = -I${srcdir}/../libipsec -I${srcdir}/missing
15 AM_CFLAGS = -D_GNU_SOURCE @GLIBC_BUGS@ -DSYSCONFDIR=\"${sysconfdir}\" \
16 -DADMINPORTDIR=\"${adminsockdir}\"
17 AM_LDFLAGS = @EXTRA_CRYPTO@ -lcrypto