mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
5b7c372770
[v2] add missing patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
17 lines
541 B
Diff
17 lines
541 B
Diff
Upstream-Status: OE specific
|
|
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
|
|
|
Index: git/configure.ac
|
|
===================================================================
|
|
--- git.orig/configure.ac
|
|
+++ git/configure.ac
|
|
@@ -16,7 +16,7 @@ AC_CONFIG_HEADERS([config.h:config.h.in]
|
|
|
|
# For old automake use this
|
|
#AM_INIT_AUTOMAKE(dist-xz subdir-objects)
|
|
-AM_INIT_AUTOMAKE([dist-xz 1.12 serial-tests subdir-objects])
|
|
+AM_INIT_AUTOMAKE([dist-xz 1.12 serial-tests subdir-objects foreign])
|
|
|
|
if test "x$prefix" = "xNONE"; then
|
|
sysconfdir=/etc
|