[libpsl] Add config.site (#1456)

This commit is contained in:
Tim Rühsen 2018-05-30 17:46:43 +00:00 committed by jonathanmetzman
parent d9470966b8
commit 04be9ced8f
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if test "$cache_file" = /dev/null; then
hash=`echo $LIBS $CPPFLAGS CXXFLAGS $CFLAGS $LDFLAGS $build_alias $host_alias $target_alias \
| md5sum | cut -d' ' -f1`
cache_file=$SRC/config.cache.$CC.$hash
fi