summaryrefslogtreecommitdiffstats
path: root/crypto/nss/UP_TRIGGERS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss/UP_TRIGGERS')
-rwxr-xr-xcrypto/nss/UP_TRIGGERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/nss/UP_TRIGGERS b/crypto/nss/UP_TRIGGERS
new file mode 100755
index 0000000000..9492e499ff
--- /dev/null
+++ b/crypto/nss/UP_TRIGGERS
@@ -0,0 +1,4 @@
+if spell_ok openssl && [[ ! -f $INSTALL_ROOT/usr/lib/libssl.a ]] || \
+ spell_ok $SPELL && [[ ! -f $INSTALL_ROOT/usr/lib/libssl3.a ]]; then
+ up_trigger openssl cast_self
+fi