summaryrefslogtreecommitdiffstats
path: root/crypto/gringotts/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gringotts/BUILD')
-rwxr-xr-xcrypto/gringotts/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/gringotts/BUILD b/crypto/gringotts/BUILD
new file mode 100755
index 0000000000..5d944f7aec
--- /dev/null
+++ b/crypto/gringotts/BUILD
@@ -0,0 +1,11 @@
+sedit 's:-DGTK_DISABLE_DEPRECATED::' src/Makefile.in &&
+if [ "$ROOT_FILTER" == "y" ]; then
+ OPTS="$OPTS --enable-root-filter"
+fi &&
+if [ "$ENV_CHECK" == "n" ]; then
+ OPTS="$OPTS --disable-env-check"
+fi &&
+
+make_single &&
+default_build &&
+make_normal