From cea0cf39d4e477e97f7ae21eeca9853d04fd3e6b Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 2 Jul 2024 09:09:16 +0300 Subject: [PATCH] package/empty: fix patch fuzz Update patch to apply with fuzz 0. Modify upstream status information to match current practice. Fixes: http://autobuild.buildroot.net/results/dc119fed6ae341bc4b581e64148be414eedf4ef4/ http://autobuild.buildroot.net/results/3daba0971f422f2085bb152c0e97859ab980a9e3/ http://autobuild.buildroot.net/results/8353079e7b8ee8e2d431f99026c93ec3b0bcc239/ Signed-off-by: Baruch Siach Signed-off-by: Arnout Vandecappelle --- .checkpackageignore | 1 - package/empty/0001-respect-LDFLAGS.patch | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.checkpackageignore b/.checkpackageignore index a122f74bb8..949b7467cf 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -571,7 +571,6 @@ package/elftosb/0001-fixes-includes.patch lib_patch.Upstream package/elftosb/0002-force-cxx-compiler.patch lib_patch.Upstream package/elfutils/0001-Add-a-enable-disable-progs-configure-option.patch lib_patch.Upstream package/elfutils/0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch lib_patch.Upstream -package/empty/0001-respect-LDFLAGS.patch lib_patch.Upstream package/erlang-p1-sip/0001-correct-include.patch lib_patch.Upstream package/erlang-p1-xmpp/0001-fix-includes.patch lib_patch.Upstream package/erlang-rebar/0001-src-rebar_port_compiler-add-fPIC-to-LDFLAGS-by-defau.patch lib_patch.Upstream diff --git a/package/empty/0001-respect-LDFLAGS.patch b/package/empty/0001-respect-LDFLAGS.patch index b98af07eac..64e8b5ca30 100644 --- a/package/empty/0001-respect-LDFLAGS.patch +++ b/package/empty/0001-respect-LDFLAGS.patch @@ -4,15 +4,14 @@ http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/empty/files/emp Reported on the Gentoo bug tracker https://bugs.gentoo.org/show_bug.cgi?id=429664 -and reported upstream -https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886 +Upstream: https://sourceforge.net/tracker/?func=detail&aid=3554236&group_id=136798&atid=736886 Signed-off-by: Bernd Kuhls --- empty-0.6.18b/Makefile +++ empty-0.6.18b/Makefile -@@ -16,7 +16,7 @@ - PREFIX = /usr/local +@@ -22,7 +22,7 @@ + UnixWare-gcc OpenUNIX-gcc HP-UX-gcc SunOS-gcc all: - ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c