Skip to content

Commit

Permalink
benchmarks/stress-ng: Update to 0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Jun 27, 2021
1 parent 008cb0d commit 548a975
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/stress-ng/Makefile
@@ -1,5 +1,5 @@
PORTNAME= stress-ng
DISTVERSION= 0.12.10
DISTVERSION= 0.12.11
PORTREVISION= 0
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/stress-ng/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1623610551
SHA256 (stress-ng-0.12.10.tar.xz) = bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e
SIZE (stress-ng-0.12.10.tar.xz) = 547912
TIMESTAMP = 1624789669
SHA256 (stress-ng-0.12.11.tar.xz) = 971393075321c24c3d5769acfabb705911d1f411ced5937b7cfea58528c1b4e6
SIZE (stress-ng-0.12.11.tar.xz) = 550336
2 changes: 1 addition & 1 deletion benchmarks/stress-ng/files/patch-Makefile
Expand Up @@ -4,7 +4,7 @@
# Codename "keen kernel killer"
#

-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -g
-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
+CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 -pipe

#
Expand Down

0 comments on commit 548a975

Please sign in to comment.