Skip to content

Instantly share code, notes, and snippets.

@dankerrigan
Last active December 19, 2015 02:18
Show Gist options
  • Save dankerrigan/5881640 to your computer and use it in GitHub Desktop.
Save dankerrigan/5881640 to your computer and use it in GitHub Desktop.
--- a/kerl 2013-06-27 18:58:25.000000000 -0400
+++ b/kerl 2013-06-27 20:24:35.000000000 -0400
@@ -342,6 +342,10 @@
echo "Building Erlang/OTP $1 ($2), please wait..."
ERL_TOP="$KERL_BUILD_DIR/$2/otp_src_$1"
cd "$ERL_TOP"
+## hack in a patch
+ curl -O https://gist.github.com/evanmcc/a599f4c6374338ed672e/raw/524050d20a3d1fe10f1aa43b0488f26615f6d396/rg-sfwi-R15B01.patch
+ patch -p1 < rg-sfwi-R15B01.patch
+## end patch hack
LOGFILE="$KERL_BUILD_DIR/$2/otp_build_$1.log"
if [ -n "$KERL_USE_AUTOCONF" ]; then
./otp_build autoconf $KERL_CONFIGURE_OPTIONS > "$LOGFILE" 2>&1 && \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment