diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-23 05:20:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-23 07:42:29 +0100 |
commit | 33a8651bb9397b1e2141a7c4019017f539668cf8 (patch) | |
tree | 862f83d6df020469a2ada8f2fd2f9766790bf4f8 /package/gatling/patches/patch-GNUmakefile | |
parent | 02f1582d6ec2ddf65ef6f9c7d7fa02613921a1bb (diff) |
gatling: update to 0.16
Diffstat (limited to 'package/gatling/patches/patch-GNUmakefile')
-rw-r--r-- | package/gatling/patches/patch-GNUmakefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/gatling/patches/patch-GNUmakefile b/package/gatling/patches/patch-GNUmakefile index 723400f5a..4c81b6a99 100644 --- a/package/gatling/patches/patch-GNUmakefile +++ b/package/gatling/patches/patch-GNUmakefile @@ -1,16 +1,16 @@ $Id$ ---- gatling-0.11.orig/GNUmakefile 2008-12-05 13:31:01.000000000 +0100 -+++ gatling-0.11/GNUmakefile 2011-01-15 14:10:40.000000000 +0100 -@@ -17,7 +17,7 @@ CROSS= - #CROSS=i686-mingw32- - CC=$(CROSS)gcc +--- gatling-0.16.orig/GNUmakefile 2020-05-13 15:53:27.000000000 +0200 ++++ gatling-0.16/GNUmakefile 2024-02-23 04:29:47.451896784 +0100 +@@ -25,7 +25,7 @@ CC=$(CROSS)gcc + endif + CFLAGS=-pipe -Wall -LDFLAGS= +LDFLAGS?= - path = $(subst :, ,$(PATH)) - diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) -@@ -147,9 +147,10 @@ havesetresuid.h: trysetresuid.c + #CFLAGS+=-DSTATE_DEBUG -DMOREDEBUG -DDEBUG_EVENTS -DSMDEBUG + +@@ -194,9 +194,10 @@ havesetresuid.h: trysetresuid.c dummy.c: touch $@ |