mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 01:35:24 +01:00
Build m4-1.4.
This commit is contained in:
parent
c1395e6a4d
commit
54a39c2e33
5 changed files with 65 additions and 0 deletions
12
sysa/patches/m4-1.4/m4-signal-include.patch
Normal file
12
sysa/patches/m4-1.4/m4-signal-include.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -r -U3 m4-1.4/src/m4.c m4-1.4-patched/src/m4.c
|
||||
--- src/m4.c 1994-11-02 03:14:28.000000000 +0000
|
||||
+++ src/m4.c 2021-01-15 00:19:21.947654461 +0000
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "m4.h"
|
||||
|
||||
#include <getopt.h>
|
||||
-#include <sys/signal.h>
|
||||
+#include <signal.h>
|
||||
|
||||
static void usage _((int));
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue