From 60b119ee5d8c5ace8badce0d7ed5872e396e1a13 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 13 Feb 2015 20:09:11 -0500 Subject: builddeps-bucts: Don't use git when applying static-link patch --- (limited to 'builddeps-bucts') diff --git a/builddeps-bucts b/builddeps-bucts index 7125e83..8a10ef6 100755 --- a/builddeps-bucts +++ b/builddeps-bucts @@ -36,7 +36,7 @@ if (( $# != 1 )); then # build it dynamically linked make else - git apply ../resources/bucts/patch/staticlink.diff + patch Makefile < ../resources/bucts/patch/staticlink.diff # build it statically linked make fi -- cgit v0.9.1