diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-29 04:35:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-02 11:36:13 +0200 |
commit | 059e3eb321dd6091f924f6be27f64b692a3da0fd (patch) | |
tree | 975c98da656380edddd6cbd7d840562c5f81a26a /package/mongrel2/patches/patch-Makefile | |
parent | bf905c8bad6201777722aa607f033ea991b0be45 (diff) |
remove mongrel2 and mbedtls
Diffstat (limited to 'package/mongrel2/patches/patch-Makefile')
-rw-r--r-- | package/mongrel2/patches/patch-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/mongrel2/patches/patch-Makefile b/package/mongrel2/patches/patch-Makefile deleted file mode 100644 index 14ede92ab..000000000 --- a/package/mongrel2/patches/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- mongrel2-v1.13.0.orig/Makefile 2021-12-25 01:03:28.000000000 +0100 -+++ mongrel2-v1.13.0/Makefile 2024-02-22 19:19:16.724583955 +0100 -@@ -2,7 +2,7 @@ CFLAGS?=-g -O2 - CFLAGS += -Wall -Wextra -Wno-implicit-fallthrough -Wno-unused-const-variable -I./src -DNDEBUG -D_FILE_OFFSET_BITS=64 -pthread - CFLAGS += ${OPTFLAGS} - LIBS+=-lzmq -ldl -lsqlite3 -lmbedtls -lmbedx509 -lmbedcrypto --PREFIX?=/usr/local -+PREFIX?=/usr - - get_objs = $(addsuffix .o,$(basename $(wildcard $(1)))) - -@@ -18,7 +18,7 @@ TEST_SRC=$(wildcard tests/*_tests.c) - TESTS=$(patsubst %.c,%,${TEST_SRC}) - MAKEOPTS=OPTFLAGS="${CFLAGS} ${NOEXTCFLAGS} ${OPTFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" DESTDIR="${DESTDIR}" PREFIX="${PREFIX}" - --all: bin/mongrel2 tests m2sh procer -+all: bin/mongrel2 m2sh procer - - ${OBJECTS_NOEXT}: CFLAGS += ${NOEXTCFLAGS} - ${OBJECTS}: | builddirs |