Skip to content

Commit

Permalink
package/empty: fix patch fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchsiach authored and arnout committed Jul 2, 2024
1 parent bf24725 commit cea0cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .checkpackageignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions package/empty/0001-respect-LDFLAGS.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

--- 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
Expand Down

0 comments on commit cea0cf3

Please sign in to comment.