summaryrefslogtreecommitdiff
path: root/pcr/armory/build_detect_platform-01.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/armory/build_detect_platform-01.patch')
-rw-r--r--pcr/armory/build_detect_platform-01.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/armory/build_detect_platform-01.patch b/pcr/armory/build_detect_platform-01.patch
deleted file mode 100644
index ca3a5cc8d..000000000
--- a/pcr/armory/build_detect_platform-01.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- cppForSwig/leveldb/build_detect_platform 2014-04-21 15:57:03.485118965 +0200
-+++ cppForSwig/leveldb/build_detect_platform_fix 2014-04-21 15:59:19.714407671 +0200
-@@ -185,9 +185,7 @@
-
- # Test whether Snappy library is installed
- # http://code.google.com/p/snappy/
-- $CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT 2>/dev/null <<EOF
-- #include <snappy.h>
-- int main() {}
-+
- EOF
- if [ "$?" = 0 ]; then
- COMMON_FLAGS="$COMMON_FLAGS -DSNAPPY"