summaryrefslogtreecommitdiffstats
path: root/src/apr-3.patch
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-13 06:21:30 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-13 06:21:47 (GMT)
commit2dd882c605f1f8ae1b4785a1929919ad212894fa (patch)
tree8ecd6e724f523f4b81ba76d026b3d7a4ad4e9120 /src/apr-3.patch
parent41592edbd049c8500425ae5fdefadea0df2677be (diff)
downloadmxe-2dd882c605f1f8ae1b4785a1929919ad212894fa.zip
mxe-2dd882c605f1f8ae1b4785a1929919ad212894fa.tar.gz
mxe-2dd882c605f1f8ae1b4785a1929919ad212894fa.tar.bz2
apr[-util]: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/apr-3.patch')
-rw-r--r--src/apr-3.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/apr-3.patch b/src/apr-3.patch
new file mode 100644
index 0000000..19a02d0
--- /dev/null
+++ b/src/apr-3.patch
@@ -0,0 +1,32 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 72ceb6351c8519ed48b21233246fc87f5dc8ee18 Mon Sep 17 00:00:00 2001
+From: Timothy Gu <timothygu99@gmail.com>
+Date: Thu, 13 Nov 2014 01:10:29 -0500
+Subject: [PATCH] Make it possible to use another tools/gen_test_char
+
+Signed-off-by: Timothy Gu <timothygu99@gmail.com>
+---
+ Makefile.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 6f99733..db08a1f 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -137,9 +137,10 @@ tools/gen_test_char.lo: make_tools_dir
+ tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
+ $(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)
+
++GEN_TEST_CHAR ?= tools/gen_test_char@EXEEXT@
+ include/private/apr_escape_test_char.h: tools/gen_test_char@EXEEXT@
+ $(APR_MKDIR) include/private
+- tools/gen_test_char@EXEEXT@ > $@
++ $(GEN_TEST_CHAR) > $@
+
+ LINK_PROG = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) \
+ @LT_NO_INSTALL@ $(ALL_LDFLAGS) -o $@
+--
+1.9.1
+