mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ipsec-tools: Use "foreign" automake strictness
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Martin Jansa
parent
e97f2308e3
commit
a846cd69f7
@@ -0,0 +1,13 @@
|
||||
Index: ipsec-tools-0.8.1/configure.ac
|
||||
===================================================================
|
||||
--- ipsec-tools-0.8.1.orig/configure.ac 2013-01-08 12:43:29.000000000 +0000
|
||||
+++ ipsec-tools-0.8.1/configure.ac 2014-07-18 07:51:30.045555880 +0000
|
||||
@@ -6,7 +6,7 @@
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
-AM_INIT_AUTOMAKE(dist-bzip2)
|
||||
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
|
||||
|
||||
AC_ENABLE_SHARED(no)
|
||||
|
||||
@@ -10,6 +10,7 @@ DEPENDS = "virtual/kernel openssl readline flex-native bison-native"
|
||||
SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-${PV}.tar.bz2 \
|
||||
file://0001-Fix-warning-with-gcc-4.8.patch \
|
||||
file://0002-Don-t-link-against-libfl.patch \
|
||||
file://configure.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "d38b39f291ba2962387c3232e7335dd8"
|
||||
SRC_URI[sha256sum] = "fa4a95bb36842f001b84c4e7a1bb727e3ee06147edbc830a881d63abe8153dd4"
|
||||
|
||||
Reference in New Issue
Block a user