aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-13 00:01:39 +0000
committerMatt Caswell <matt@openssl.org>2015-01-13 09:26:38 +0000
commit964012dc5a7bfbde8794c4c49ed1aa40ee88f90d (patch)
tree977f85d85aefe3fc4e2437fe568e171d6beefb08 /util
parent6d23cf97443bfedf755341b4f2d0d7fce254e020 (diff)
downloadopenssl-964012dc5a7bfbde8794c4c49ed1aa40ee88f90d.tar.gz
Ensure internal header files are used from mk1mf based builds
Reviewed-by: Richard Levitte: <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 08e0d3c856..e3d6c30de3 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -729,7 +729,7 @@ L_LIBS= \$(L_SSL) \$(L_CRYPTO) $ex_l_libs
# Don't touch anything below this point
######################################################
-INC=-I\$(INC_D) -I\$(INCL_D)
+INC=-I\$(INC_D) -I\$(INCL_D) -I\$(SRC_D)${o}crypto${o}include
APP_CFLAGS=\$(INC) \$(CFLAG) \$(APP_CFLAG)
LIB_CFLAGS=\$(INC) \$(CFLAG) \$(LIB_CFLAG)
SHLIB_CFLAGS=\$(INC) \$(CFLAG) \$(LIB_CFLAG) \$(SHLIB_CFLAG)