File: makefile_osdep_parallel_build_fix.patch

package info (click to toggle)
mdk4 4.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: ansic: 14,176; makefile: 145
file content (23 lines) | stat: -rw-r--r-- 609 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
23
From: Debian Security Tools <team+pkg-security@tracker.debian.org>
Date: Mon, 22 Apr 2024 08:15:14 +0700
Subject: makefile_osdep_parallel_build_fix

Origin: upstream, https://github.com/aircrack-ng/mdk4/commit/a214f5cedc0e27060d10a359a1efeaed7d4ab2a3
---
 src/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 6ee36bc..1540755 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,8 +27,7 @@ att:
 osd:
 	$(MAKE) -C $(OSD)
 
-$(LIBOSD) $(OSD)/libosdep.a:
-	$(MAKE) -C $(OSD)
+$(LIBOSD) $(OSD)/libosdep.a: osd
 
 $(OBJ_ATT):
 	$(MAKE) -C $(ATTACKS)