diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-01 22:40:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:42 +0200 |
commit | 65414e4542ee0841c11f094c6ba0ffb188c81c72 (patch) | |
tree | b5ddbc758944efbf2f34a428a67d22d8368a0999 /package/apr/patches | |
parent | 623680d57c3c8271bd77b01a4808b6ab031886fc (diff) |
update apr to latest upstream, fix download mirror
Diffstat (limited to 'package/apr/patches')
-rw-r--r-- | package/apr/patches/patch-Makefile_in | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/package/apr/patches/patch-Makefile_in b/package/apr/patches/patch-Makefile_in index 9aa6768f7..82194ab1d 100644 --- a/package/apr/patches/patch-Makefile_in +++ b/package/apr/patches/patch-Makefile_in @@ -1,22 +1,9 @@ ---- apr-1.5.1.orig/Makefile.in 2014-03-17 16:10:26.000000000 +0100 -+++ apr-1.5.1/Makefile.in 2014-08-15 22:13:18.000000000 +0200 -@@ -46,7 +46,6 @@ LT_VERSION = @LT_VERSION@ +--- apr-1.5.2.orig/Makefile.in 2014-04-25 12:51:11.000000000 +0200 ++++ apr-1.5.2/Makefile.in 2015-05-30 02:17:01.000000000 +0200 +@@ -134,8 +134,8 @@ tools/gen_test_char.lo: tools/gen_test_c + $(APR_MKDIR) tools + $(LT_COMPILE) - CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.c .make.dirs \ - build/apr_rules.out tools/gen_test_char@EXEEXT@ \ -- tools/gen_test_char.o tools/gen_test_char.lo \ - include/private/apr_escape_test_char.h - DISTCLEAN_TARGETS = config.cache config.log config.status \ - include/apr.h include/arch/unix/apr_private.h \ -@@ -129,13 +128,8 @@ check: $(TARGET_LIB) - etags: - etags `find . -name '*.[ch]'` - --make_tools_dir: -- $(APR_MKDIR) tools -- --OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS) --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) +tools/gen_test_char@EXEEXT@: tools/gen_test_char.c |