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