projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d23cf9
)
Ensure internal header files are used from mk1mf based builds
author
Matt Caswell
<matt@openssl.org>
Tue, 13 Jan 2015 00:01:39 +0000
(
00:01
+0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 13 Jan 2015 09:26:38 +0000
(09:26 +0000)
Reviewed-by: Richard Levitte: <levitte@openssl.org>
util/mk1mf.pl
patch
|
blob
|
history
diff --git
a/util/mk1mf.pl
b/util/mk1mf.pl
index 08e0d3c8569ca7a11d881ab8ef4dec651f94da19..e3d6c30de311bc937a5ee16a2bbd5379f49e5b28 100755
(executable)
--- 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)