summaryrefslogtreecommitdiffstats
path: root/builddeps-bucts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-13 20:09:11 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-13 20:09:11 (EST)
commit60b119ee5d8c5ace8badce0d7ed5872e396e1a13 (patch)
tree913abf232641650a2060c036a0074592a7a6b966 /builddeps-bucts
parentc04cd275893baa41f7f30cc3ccbd7f10a2ae2044 (diff)
downloadlibreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.zip
libreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.tar.gz
libreboot-60b119ee5d8c5ace8badce0d7ed5872e396e1a13.tar.bz2
builddeps-bucts: Don't use git when applying static-link patch
Diffstat (limited to 'builddeps-bucts')
-rwxr-xr-xbuilddeps-bucts2
1 files changed, 1 insertions, 1 deletions
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