From cfb2a50bd84f106ef59a3b2fd869103a9fd8b50f Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Wed, 8 Sep 2021 21:01:33 +0100 Subject: [PATCH] gzip: remove gnulib.mk from gnulib.patch --- packages/gzip/gnulib.patch | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/packages/gzip/gnulib.patch b/packages/gzip/gnulib.patch index c79ceb766..0bb732e4d 100644 --- a/packages/gzip/gnulib.patch +++ b/packages/gzip/gnulib.patch @@ -18,26 +18,6 @@ index a39102957..b3c7e6d28 100644 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ -diff --git a/lib/gnulib.mk b/lib/gnulib.mk -index ad20b1970..c310220ca 100644 ---- a/lib/gnulib.mk -+++ b/lib/gnulib.mk -@@ -2218,6 +2218,7 @@ string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H - -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \ - -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ - -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -+ -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \ - -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ - -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ - -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -@@ -2882,6 +2883,7 @@ wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) - sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ - -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ - -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ -+ -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \ - -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ - -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ - -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ diff --git a/lib/string.in.h b/lib/string.in.h index fa2e40c25..8977153c8 100644 --- a/lib/string.in.h