diff --git a/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch b/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch index bbabf688d8..8f93cb325b 100644 --- a/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch +++ b/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch @@ -19,14 +19,15 @@ Index: git/build_detect_platform =================================================================== --- git.orig/build_detect_platform +++ git/build_detect_platform -@@ -230,13 +230,12 @@ EOF +@@ -224,13 +224,13 @@ EOF rm -f $CXXOUTPUT 2>/dev/null # Test if gcc SSE 4.2 is supported - $CXX $CXXFLAGS -x c++ - -o $CXXOUTPUT -msse4.2 2>/dev/null </dev/null | fgrep __SSE4_2__ $CXXOUTPUT 2>/dev/null </dev/null </dev/null 2>&1 if [ "$?" = 0 ]; then PLATFORM_SSEFLAGS="-msse4.2" fi