aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/unrar/build.sh
diff options
context:
space:
mode:
authorGravatar Varun Khaneja <aawc@users.noreply.github.com>2018-07-18 15:14:58 -0700
committerGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2018-07-18 15:14:58 -0700
commiteac73b7da1e70930ff7ea33c35550ba75b61ceff (patch)
treefec824f7d3af641839cd2c5969da3dacc2f71b8f /projects/unrar/build.sh
parentcd8e557241d6da2583019959579dbb53e0a3c5af (diff)
[unrar] Remove -DRAR_NOCRYPT since it is not used in Chromium (#1628)
Diffstat (limited to 'projects/unrar/build.sh')
-rw-r--r--projects/unrar/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/unrar/build.sh b/projects/unrar/build.sh
index a611eae2..3076f958 100644
--- a/projects/unrar/build.sh
+++ b/projects/unrar/build.sh
@@ -15,7 +15,7 @@
#
################################################################################
-UNRAR_DEFINES="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DRARDLL -DSILENT -DRAR_NOCRYPT"
+UNRAR_DEFINES="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DRARDLL -DSILENT"
UNRAR_WNOS="-Wno-logical-op-parentheses -Wno-switch -Wno-dangling-else"
UNRAR_SRC_DIR="$SRC/unrar"