mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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 <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
bf24725ee3
commit
cea0cf39d4
@@ -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
|
||||
|
||||
@@ -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 <bernd.kuhls@t-online.de>
|
||||
|
||||
--- 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
|
||||
|
||||
Reference in New Issue
Block a user