aboutsummaryrefslogtreecommitdiff
path: root/projects/libpsl
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-05-30 17:46:43 +0000
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-05-30 10:46:43 -0700
commit04be9ced8f1e10db3f2add6f138450d2fe89d5cf (patch)
treece26873ca09623dc8489937a6879748c17666fd0 /projects/libpsl
parentd9470966b8196ec4d189e42c5b0f2f0ccbf094e8 (diff)
downloadoss-fuzz-04be9ced8f1e10db3f2add6f138450d2fe89d5cf.tar.gz
[libpsl] Add config.site (#1456)
Diffstat (limited to 'projects/libpsl')
-rw-r--r--projects/libpsl/config.site5
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/libpsl/config.site b/projects/libpsl/config.site
new file mode 100644
index 000000000..15fd89cec
--- /dev/null
+++ b/projects/libpsl/config.site
@@ -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