summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-03 22:49:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-03 22:49:02 +0000
commitd066b80a09f60cd5bafb291e7dcf4baef441423e (patch)
tree621dce8f0c3b4e63603357d60f68f3f31c30c1fe /make
parent435a4f723af2fc016eed62fe14175ab4867a522e (diff)
downloadbuildroot-novena-d066b80a09f60cd5bafb291e7dcf4baef441423e.tar.gz
buildroot-novena-d066b80a09f60cd5bafb291e7dcf4baef441423e.zip
Fixup util-linux so it actually compiles
Diffstat (limited to 'make')
-rw-r--r--make/util-linux.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/util-linux.mk b/make/util-linux.mk
index d1ac18cca..ce6753a0c 100644
--- a/make/util-linux.mk
+++ b/make/util-linux.mk
@@ -15,6 +15,7 @@ $(DL_DIR)/$(UTIL-LINUX_SOURCE):
$(UTIL-LINUX_DIR)/.unpacked: $(DL_DIR)/$(UTIL-LINUX_SOURCE)
$(UTIL-LINUX_CAT) $(DL_DIR)/$(UTIL-LINUX_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ cat $(SOURCE_DIR)/util-linux.patch | patch -p1 -d $(UTIL-LINUX_DIR)
touch $(UTIL-LINUX_DIR)/.unpacked
$(UTIL-LINUX_DIR)/.configured: $(UTIL-LINUX_DIR)/.unpacked