summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorgsmith <gsmith@13f79535-47bb-0310-9956-ffa450edef68>2017-04-12 22:21:05 +0000
committergsmith <gsmith@13f79535-47bb-0310-9956-ffa450edef68>2017-04-12 22:21:05 +0000
commitfe96aa403f819d1af55c0c7e9e6ceea65958ea45 (patch)
treeac3c57d6e995d8b983ca69f508dc345475cb6b72 /build
parent8082da3f2126ec2e10dce923b33a83cc24ce32d5 (diff)
downloadlibapr-fe96aa403f819d1af55c0c7e9e6ceea65958ea45.tar.gz
add special include for applink.c since it's been
moved in the openssl source and may be needed. git-svn-id: http://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|) {