Skip to content

Commit

Permalink
Merge pull request #297 from samnazarko/Omega-zvbifix
Browse files Browse the repository at this point in the history
depends/libzvbi: Fix build where README file cannot be located
  • Loading branch information
phunkyfish authored May 12, 2024
2 parents 47b9e5e + 78f967d commit f81ec9f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions depends/common/libzvbi/0010-fix-building-without-README.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From 2edb528dcbc848f9f9b3e11433a7d150d7351caa Mon Sep 17 00:00:00 2001
From: Sam Nazarko <[email protected]>
Date: Sat, 11 May 2024 18:12:41 +0100
Subject: [PATCH] Fix build where README file cannot be located by passing
foreign parameter to automake

Signed-off-by: Sam Nazarko <[email protected]>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 77d6aed..6432334 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR(build-aux)

dnl Automake initialization
-AM_INIT_AUTOMAKE([1.16 check-news dist-bzip2])
+AM_INIT_AUTOMAKE([1.16 check-news dist-bzip2 foreign])

dnl Store the host string without "unknown" for cross-compile use
host_str=$host
--
2.34.1

0 comments on commit f81ec9f

Please sign in to comment.