Skip to content

Commit 9e5022a

Browse files
ffontainetpetazzoni
authored andcommitted
package/httping: fix patch fuzz
Fix patch fuzz to avoid the following build failure raised since commit 8f88a64 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: 8f88a64 - http://autobuild.buildroot.org/results/f9cfb6f55d1f2cb855e6959c2381eeddea3e4936 Signed-off-by: Fabrice Fontaine <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
1 parent 65672b9 commit 9e5022a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package/httping/0001-fix-math-library-linking.patch

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ Move LDFLAGS+=-lm option to the end.
22
The order of the math library directive '-lm' matters.
33

44
Signed-off-by: Yuvaraj Patil <[email protected]>
5+
[Fabrice: make the patch to be applied with fuzz factor 0]
6+
Signed-off-by: Fabrice Fontaine <[email protected]>
57
---
68
diff -Nurp httping-2.3.4_orig/Makefile httping-2.3.4/Makefile
79
--- httping-2.3.4_orig/Makefile 2014-07-23 16:16:36.495546288 +0530
810
+++ httping-2.3.4/Makefile 2014-07-23 16:18:42.547541002 +0530
9-
@@ -37,7 +37,6 @@ DEBUG=yes
10-
WFLAGS=-Wall -W
11+
@@ -36,7 +36,6 @@ DEBUG=yes
12+
WFLAGS=-Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2
1113
OFLAGS=
1214
CFLAGS+=$(WFLAGS) $(OFLAGS) -DVERSION=\"$(VERSION)\" -DLOCALEDIR=\"$(LOCALEDIR)\"
1315
-LDFLAGS+=-lm

0 commit comments

Comments
 (0)