Re-install OpenSSL 0.9.8k
[msysgit.git] / src / subversion / patches / 0007-Export-all-neon-symbols-for-now.patch
blobd8614cc5920f03418c9e8b4d752b21c8162a718e
1 From dd6d9c3529be31417e689c1a9a1afd38b806e5a9 Mon Sep 17 00:00:00 2001
2 From: Mike Pape <dotzenlabs@gmail.com>
3 Date: Thu, 31 Jan 2008 09:12:12 -0500
4 Subject: [PATCH] Export all neon symbols for now.
6 Otherwise, we get an error because of a double | | from libtool.
8 Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
9 ---
10 neon/configure.in | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
13 diff --git a/neon/configure.in b/neon/configure.in
14 index 04e3e0e..5a62560 100644
15 --- a/neon/configure.in
16 +++ b/neon/configure.in
17 @@ -67,7 +67,7 @@ NEON_LINK_FLAGS="-version-info ${NEON_INTERFACE_VERSION}"
19 # Library-internal symbols are in the ne__ namespace: tell libtool
20 # to not export these from the built library if possible.
21 -NEON_LINK_FLAGS="$NEON_LINK_FLAGS -export-symbols-regex '^ne_[[^_]]'"
22 +NEON_LINK_FLAGS="$NEON_LINK_FLAGS"
24 # Checks to compile test suite
25 NEON_TEST
26 --
27 1.5.4.rc4.945.g5feb