mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/httping: fix patch fuzz
Fix patch fuzz to avoid the following build failure raised since commit8f88a644ed
which reduced the fuzz factor: Applying 0001-fix-math-library-linking.patch using patch: patching file Makefile Hunk #1 FAILED at 37. 1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej Fixes:8f88a644ed
- http://autobuild.buildroot.org/results/f9cfb6f55d1f2cb855e6959c2381eeddea3e4936 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
65672b9cd0
commit
9e5022a12c
@ -2,12 +2,14 @@ Move LDFLAGS+=-lm option to the end.
|
||||
The order of the math library directive '-lm' matters.
|
||||
|
||||
Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
|
||||
[Fabrice: make the patch to be applied with fuzz factor 0]
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
---
|
||||
diff -Nurp httping-2.3.4_orig/Makefile httping-2.3.4/Makefile
|
||||
--- httping-2.3.4_orig/Makefile 2014-07-23 16:16:36.495546288 +0530
|
||||
+++ httping-2.3.4/Makefile 2014-07-23 16:18:42.547541002 +0530
|
||||
@@ -37,7 +37,6 @@ DEBUG=yes
|
||||
WFLAGS=-Wall -W
|
||||
@@ -36,7 +36,6 @@ DEBUG=yes
|
||||
WFLAGS=-Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2
|
||||
OFLAGS=
|
||||
CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
|
||||
-LDFLAGS+=-lm
|
||||
|
Loading…
Reference in New Issue
Block a user