File: Build-without-bundled-glob.patch

package info (click to toggle)
cadaver 0.28%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: ansic: 6,867; sh: 3,852; makefile: 103; sed: 27
file content (22 lines) | stat: -rw-r--r-- 871 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Arnaud Rebillout <arnaudr@debian.org>
Date: Mon, 10 Nov 2025 10:57:48 +0700
Subject: Build without bundled glob

Forwarded: not-needed, Debian-specific
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 1ef87b8..93151a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,7 +105,7 @@ src/cadaver.o: src/cadaver.c config.h src/common.h	\
 	src/options.h src/cmdline.h src/commands.h src/cadaver.h
 src/options.o: src/options.c config.h src/options.h src/cadaver.h src/common.h 
 src/cmdline.o: src/cmdline.c src/cmdline.h src/cadaver.h lib/basename.h \
-	lib/glob/glob.h src/commands.h src/common.h
+	src/commands.h src/common.h
 src/commands.o: src/commands.c src/commands.h src/cadaver.h \
 	lib/basename.h src/options.h src/common.h
 src/edit.o: src/edit.c src/cadaver.h src/options.h src/common.h