summaryrefslogtreecommitdiffstats
path: root/apps/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-10 02:18:38 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 05:09:39 +0100
commite8461ee1d17d64dddcdedf133c7f47ab4ac15ff2 (patch)
tree2047744343068b6cac57cb21b0cecd26bad94578 /apps/build.info
parent2e963849b7ec501e4f2d6ffee31e08b2643b6e11 (diff)
Simplify the specification of include dirs in the build dir
In build.info files, make the include directory in the build directory absolute, or Configure will think it should be added to the source directory top. Configure will turn it into a relative path if possible. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/build.info')
-rw-r--r--apps/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/build.info b/apps/build.info
index 8615f2ff87..f365aee56f 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -1,4 +1,4 @@
-{- use File::Spec::Functions qw/catdir abs2rel/; -}
+{- use File::Spec::Functions qw/catdir rel2abs/; -}
PROGRAMS=openssl
SOURCE[openssl]=\
openssl.c \
@@ -10,7 +10,7 @@ SOURCE[openssl]=\
srp.c ts.c verify.c version.c x509.c rehash.c \
apps.c opt.c s_cb.c s_socket.c \
app_rand.c
-INCLUDE[openssl]={- catdir(abs2rel($builddir,$sourcedir),"../include") -} .. ../include
+INCLUDE[openssl]={- rel2abs(catdir($builddir,"../include")) -} .. ../include
DEPEND[openssl]=../libssl
SCRIPTS=CA.pl