File: 0006-MuPDF-crossbuild-use-host-cc-for-utils.patch

package info (click to toggle)
mupdf 1.25.1%2Bds1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 21,620 kB
  • sloc: ansic: 270,929; python: 20,709; java: 6,916; javascript: 1,865; makefile: 1,130; xml: 550; sh: 430; cpp: 325; cs: 313; awk: 10; sed: 7; lisp: 3
file content (21 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Kan-Ru Chen <koster@debian.org>
Date: Sat, 18 Nov 2023 17:30:57 +0900
Subject: MuPDF crossbuild use host cc for utils

---
 Makerules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makerules b/Makerules
index e6df0a2..5df7aec 100644
--- a/Makerules
+++ b/Makerules
@@ -12,6 +12,8 @@ endif
 WARNING_CFLAGS := -Wall -Wsign-compare
 
 PKG_CONFIG ?= pkg-config
+C_FOR_BUILD ?= $(CC)
+HAVE_LIBDL ?= yes
 
 # Feature configuration options