summaryrefslogtreecommitdiffstats
path: root/crypto/aespipe/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aespipe/BUILD')
-rwxr-xr-xcrypto/aespipe/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/aespipe/BUILD b/crypto/aespipe/BUILD
new file mode 100755
index 0000000000..3e593f915b
--- /dev/null
+++ b/crypto/aespipe/BUILD
@@ -0,0 +1,7 @@
+if [[ $AESPIPE_STATIC == y ]]; then
+ LDFLAGS="-static -s $LDFLAGS"
+fi &&
+
+default_build &&
+
+make tests