summarylogtreecommitdiffstats
path: root/arch-linux.patch
diff options
context:
space:
mode:
authorTony Lambiris2016-07-17 21:39:00 -0400
committerTony Lambiris2016-07-17 21:39:00 -0400
commit45c888a20b84796ecb6ee7f94a0552d997ee3531 (patch)
tree4ba1dc95ed9d452760284bbe11e09402adefd89e /arch-linux.patch
parent437de54e0584fd04cdfe5f3eb2ccd40b195758b1 (diff)
downloadaur-45c888a20b84796ecb6ee7f94a0552d997ee3531.tar.gz
Add python deps, streamline compilation
Diffstat (limited to 'arch-linux.patch')
-rw-r--r--arch-linux.patch43
1 files changed, 34 insertions, 9 deletions
diff --git a/arch-linux.patch b/arch-linux.patch
index 3a7fd2e31ed2..3d900e844b02 100644
--- a/arch-linux.patch
+++ b/arch-linux.patch
@@ -52,21 +52,46 @@ index 751c416..55038dc 100644
#endif
void ERR_remove_state(unsigned long);
}
+diff --git a/tools/provision.sh b/tools/provision.sh
+index 7ca0498..3dc412c 100755
+--- a/tools/provision.sh
++++ b/tools/provision.sh
+@@ -93,11 +93,6 @@ function main() {
+
+ cd "$SCRIPT_DIR/../"
+
+- # Pip may have just been installed.
+- PIP=`which pip`
+- sudo $PIP install --upgrade pip
+- sudo $PIP install -r requirements.txt
+-
+ initialize $OS
+ }
+
diff --git a/tools/provision/arch.sh b/tools/provision/arch.sh
-index d6498d4..6f7a7ce 100755
+index d6498d4..73759b6 100755
--- a/tools/provision/arch.sh
+++ b/tools/provision/arch.sh
-@@ -30,12 +30,10 @@ function main_arch() {
+@@ -8,8 +8,6 @@
+ # of patent rights can be found in the PATENTS file in the same directory.
+
+ function main_arch() {
+- sudo pacman -Syu
+-
+ package wget
+ package asio
+ package audit
+@@ -29,13 +27,4 @@ function main_arch() {
+ package snappy
package thrift
package yara
-
+-
- install_aws_sdk
-
- echo ""
- echo "The following packages need to be installed from the AUR:"
- echo "rocksdb or rocksdb-static (if using rocksdb export BUILD_LINK_SHARED=True)"
+- echo ""
+- echo "The following packages need to be installed from the AUR:"
+- echo "rocksdb or rocksdb-static (if using rocksdb export BUILD_LINK_SHARED=True)"
- echo "cpp-netlib and magic"
-+ echo "aws-sdk-cpp-git, cpp-netlib and magic"
- echo ""
+- echo ""
}
-
+-