From 02f1582d6ec2ddf65ef6f9c7d7fa02613921a1bb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 Feb 2024 05:20:35 +0100 Subject: libowfat: update to 0.33 --- package/libowfat/patches/patch-GNUmakefile | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'package/libowfat/patches/patch-GNUmakefile') diff --git a/package/libowfat/patches/patch-GNUmakefile b/package/libowfat/patches/patch-GNUmakefile index fbe2b0a3b..4338cf8da 100644 --- a/package/libowfat/patches/patch-GNUmakefile +++ b/package/libowfat/patches/patch-GNUmakefile @@ -1,11 +1,25 @@ ---- libowfat-0.30.orig/GNUmakefile 2015-04-10 22:54:57.000000000 +0200 -+++ libowfat-0.30/GNUmakefile 2015-06-05 16:06:19.000000000 +0200 -@@ -18,7 +18,7 @@ all: ent $(LIBS) libowfat.a libsocket t +--- libowfat-0.33.orig/GNUmakefile 2021-04-24 12:47:51.000000000 +0200 ++++ libowfat-0.33/GNUmakefile 2024-02-23 05:07:36.527866006 +0100 +@@ -23,9 +23,9 @@ picx32 piex32: + CROSS= #CROSS=i686-mingw- - CC=$(CROSS)gcc --CFLAGS=-pipe -W -Wall -Wextra -O2 -fomit-frame-pointer +-CC?=gcc +-AR?=ar +-RANLIB?=ranlib ++CC=gcc ++AR=ar ++RANLIB=ranlib + CCC=$(CROSS)$(CC) + WERROR= + WARN=-W -Wall -Wextra $(WERROR) +@@ -41,7 +41,8 @@ OPT_PLUS=-O3 $(NATIVE) + + DEFINE=-D_REENTRANT + +-CFLAGS=-pipe $(WARN) $(DEFINE) $(OPT_REG) +CFLAGS?= - #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall ++CFLAGS+=-pipe $(WARN) $(DEFINE) $(OPT_REG) + CFLAGS_OPT=-pipe $(WARN) $(DEFINE) $(OPT_PLUS) - ent: ent.c haveuint128.h + #CFLAGS=-pipe -Os -march=pentiumpro -mcpu=pentiumpro -fomit-frame-pointer -fschedule-insns2 -Wall -- cgit v1.2.3