From: Matt Caswell Date: Tue, 13 Jan 2015 00:01:39 +0000 (+0000) Subject: Ensure internal header files are used from mk1mf based builds X-Git-Tag: master-post-reformat~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=964012dc5a7bfbde8794c4c49ed1aa40ee88f90d;p=oweals%2Fopenssl.git Ensure internal header files are used from mk1mf based builds Reviewed-by: Richard Levitte: --- 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)