Skip to content

Instantly share code, notes, and snippets.

Created October 3, 2012 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3828153 to your computer and use it in GitHub Desktop.
Save anonymous/3828153 to your computer and use it in GitHub Desktop.
stdin
diff --git a/configure b/configure
index 576eeac..fc787e4 100755
--- a/configure
+++ b/configure
@@ -5651,7 +5651,7 @@ if [ "$CFG_ARCH" != "$CFG_HOST_ARCH" ]; then
;;
esac
else
- if [ -n "$_SBOX_DIR" -a "$CFG_ARCH" = "arm" ]; then
+ if [ -n "`grep -q "MeeGo 1.2 Harmattan" /etc/issue`" -a "$CFG_ARCH" = "arm" ]; then
# QEMU crashes when building inside Scratchbox with an ARM target
canUseV8Snapshot="no"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment