summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2017-04-12 22:21:05 +0000
committerGregg Lewis Smith <gsmith@apache.org>2017-04-12 22:21:05 +0000
commit70d77e161a88bc6597119b83a71382b70a9e8d0e (patch)
treeac3c57d6e995d8b983ca69f508dc345475cb6b72 /build
parent02ed9d4922b947424143b76ad87c0a0ecff25eae (diff)
downloadapr-70d77e161a88bc6597119b83a71382b70a9e8d0e.tar.gz
add special include for applink.c since it's been
moved in the openssl source and may be needed. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1791191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/cvtdsp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cvtdsp.pl b/build/cvtdsp.pl
index 6b89d6d25..d27a8ab9e 100644
--- a/build/cvtdsp.pl
+++ b/build/cvtdsp.pl
@@ -235,7 +235,7 @@ sub toossl1 {
$srcfl = new IO::File $_, "r" || die;
$dstfl = new IO::File $tname, "w" || die;
while ($src = <$srcfl>) {
- if ($src =~ s|inc32|include|) {
+ if ($src =~ s|inc32\"|include\" /I \"../../srclib/openssl/ms\"|) {
$verchg = -1;
}
if ($src =~ s|libeay32|libcrypto|) {