diff --git a/utils/unzip/Makefile b/utils/unzip/Makefile index 255dfc7882..8cc30ddb17 100644 --- a/utils/unzip/Makefile +++ b/utils/unzip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unzip PKG_REV:=60 PKG_VERSION:=6.0 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)$(PKG_REV).tar.gz PKG_SOURCE_URL:=@SF/infozip diff --git a/utils/unzip/patches/012-fix-gcc15-build.patch b/utils/unzip/patches/012-fix-gcc15-build.patch new file mode 100644 index 0000000000..0a764fbc90 --- /dev/null +++ b/utils/unzip/patches/012-fix-gcc15-build.patch @@ -0,0 +1,11 @@ +--- a/unix/unxcfg.h ++++ b/unix/unxcfg.h +@@ -117,7 +117,7 @@ typedef struct stat z_stat; + # endif + #else + # include +- struct tm *gmtime(), *localtime(); ++ struct tm *gmtime(const time_t *), *localtime(const time_t *); + #endif + + #if (defined(BSD4_4) || (defined(SYSV) && defined(MODERN)))