This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
752ad82d33
libreSSL
/
Makefile.am.common
3 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use bundled headers instead of installed headers when building The build system incorrectly set include directives in AM_CFLAGS which causes them to be placed after the configured CPPFLAGS. Thus, if a user or packaging system sets CPPFLAGS to a location that has libressl or openssl headers installed, they will be used instead of the bundled versions. This corrects that issue by setting up the variables correctly. https://github.com/libressl-portable/portable/issues/150 Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
2015-10-12 01:46:55 +02:00
AM_CFLAGS
=
AM_CPPFLAGS
=
-I
$(
top_srcdir
)
/include -I
$(
top_srcdir
)
/include/compat -DLIBRESSL_INTERNAL
Reference in New Issue
Copy Permalink