1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-31 04:17:35 +00:00

Ports: Update stress-ng to version 0.14.03

The stress-ng project appears to have addressed all the issues
we had been patching, and thus we no longer need almost all of
these patches.
This commit is contained in:
Brian Gianforcaro 2022-06-24 01:51:22 -07:00 committed by Brian Gianforcaro
parent 56c1e71a37
commit 77a725b6f4
17 changed files with 7 additions and 591 deletions

View file

@ -0,0 +1,28 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Thu, 13 Jan 2022 16:13:02 +0330
Subject: [PATCH] Makefile: Install to /usr/local
---
Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index d990692..a07b40e 100644
--- a/Makefile
+++ b/Makefile
@@ -87,10 +87,10 @@ LDFLAGS += -static -z muldefs
CFLAGS += -DBUILD_STATIC
endif
-BINDIR=/usr/bin
-MANDIR=/usr/share/man/man1
-JOBDIR=/usr/share/stress-ng/example-jobs
-BASHDIR=/usr/share/bash-completion/completions
+BINDIR=/usr/local/bin
+MANDIR=/usr/local/share/man/man1
+JOBDIR=/usr/local/share/stress-ng/example-jobs
+BASHDIR=/usr/local/share/bash-completion/completions
#
# Header files