From 95ceb73b64969db0dbf9ae6578dc38a1d4c2f719 Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 11 Dec 2014 16:34:55 +0100 Subject: Python-Based Bitcoin Software --- pcr/armory/build_detect_platform-01.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/armory/build_detect_platform-01.patch (limited to 'pcr/armory/build_detect_platform-01.patch') diff --git a/pcr/armory/build_detect_platform-01.patch b/pcr/armory/build_detect_platform-01.patch new file mode 100644 index 000000000..ca3a5cc8d --- /dev/null +++ b/pcr/armory/build_detect_platform-01.patch @@ -0,0 +1,13 @@ +--- 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 < +- int main() {} ++ + EOF + if [ "$?" = 0 ]; then + COMMON_FLAGS="$COMMON_FLAGS -DSNAPPY" -- cgit v1.2.3