summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch')
-rw-r--r--meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch b/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
index 4bca38494b..9569645b8f 100644
--- a/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
+++ b/meta/recipes-support/apr/apr/upgrade-and-fix-1.5.1.patch
@@ -16,7 +16,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
16 1 file changed, 2 insertions(+), 8 deletions(-) 16 1 file changed, 2 insertions(+), 8 deletions(-)
17 17
18diff --git a/Makefile.in b/Makefile.in 18diff --git a/Makefile.in b/Makefile.in
19index 6f99733..5fe028f 100644 19index a2a5194..5fe028f 100644
20--- a/Makefile.in 20--- a/Makefile.in
21+++ b/Makefile.in 21+++ b/Makefile.in
22@@ -46,7 +46,6 @@ LT_VERSION = @LT_VERSION@ 22@@ -46,7 +46,6 @@ LT_VERSION = @LT_VERSION@
@@ -31,11 +31,11 @@ index 6f99733..5fe028f 100644
31 etags: 31 etags:
32 etags `find . -name '*.[ch]'` 32 etags `find . -name '*.[ch]'`
33 33
34-make_tools_dir: 34-OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
35-tools/gen_test_char.lo: tools/gen_test_char.c
35- $(APR_MKDIR) tools 36- $(APR_MKDIR) tools
37- $(LT_COMPILE)
36- 38-
37-OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
38-tools/gen_test_char.lo: make_tools_dir
39-tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char) 39-tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
40- $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS) 40- $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
41+tools/gen_test_char@EXEEXT@: tools/gen_test_char.c 41+tools/gen_test_char@EXEEXT@: tools/gen_test_char.c
@@ -43,6 +43,3 @@ index 6f99733..5fe028f 100644
43 43
44 include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@ 44 include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@
45 $(APR_MKDIR) include/private 45 $(APR_MKDIR) include/private
46--
471.8.1.2
48