[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Tue Jan 13 09:27:36 UTC 2015
The branch master has been updated
via 964012dc5a7bfbde8794c4c49ed1aa40ee88f90d (commit)
from 6d23cf97443bfedf755341b4f2d0d7fce254e020 (commit)
- Log -----------------------------------------------------------------
commit 964012dc5a7bfbde8794c4c49ed1aa40ee88f90d
Author: Matt Caswell <matt at openssl.org>
Date: Tue Jan 13 00:01:39 2015 +0000
Ensure internal header files are used from mk1mf based builds
Reviewed-by: Richard Levitte: <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/mk1mf.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 08e0d3c..e3d6c30 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)
More information about the openssl-commits
mailing list