diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:19:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:53:54 +0100 |
commit | 8872c7a37822c3e32caf8fdea6c22a8adcf8f6e9 (patch) | |
tree | 5107d45d78ff2da55f22b8fab2d087b45d578243 /package/picocom/patches | |
parent | 236370a735f3ce1e908647e1036d23ed6741e463 (diff) |
picocom: update to 3.1
Diffstat (limited to 'package/picocom/patches')
-rw-r--r-- | package/picocom/patches/patch-Makefile | 18 | ||||
-rw-r--r-- | package/picocom/patches/patch-linenoise-1_0_Makefile | 11 |
2 files changed, 0 insertions, 29 deletions
diff --git a/package/picocom/patches/patch-Makefile b/package/picocom/patches/patch-Makefile deleted file mode 100644 index 5d6911113..000000000 --- a/package/picocom/patches/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- picocom-2.1.orig/Makefile 2015-10-15 23:25:02.000000000 +0200 -+++ picocom-2.1/Makefile 2016-09-23 15:45:44.240688077 +0200 -@@ -1,12 +1,12 @@ - - VERSION = 2.1 - --#CC = gcc -+CC ?= gcc - CPPFLAGS = -DVERSION_STR=\"$(VERSION)\" --CFLAGS = -Wall -g -+CFLAGS ?= -Wall -g - - LD = $(CC) --LDFLAGS = -g -+LDFLAGS ?= -g - LDLIBS = - - all: picocom diff --git a/package/picocom/patches/patch-linenoise-1_0_Makefile b/package/picocom/patches/patch-linenoise-1_0_Makefile deleted file mode 100644 index d7c7a6526..000000000 --- a/package/picocom/patches/patch-linenoise-1_0_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- picocom-2.1.orig/linenoise-1.0/Makefile 2015-10-15 23:25:02.000000000 +0200 -+++ picocom-2.1/linenoise-1.0/Makefile 2016-09-23 15:44:57.086909523 +0200 -@@ -1,7 +1,7 @@ - linenoise_example: linenoise.h linenoise.c - - linenoise_example: linenoise.c example.c -- $(CC) -Wall -W -Os -g -o linenoise_example linenoise.c example.c -+ $(CC) $(CFLAGS) -o linenoise_example linenoise.c example.c - - clean: - rm -f linenoise_example |