summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/liboil/liboil.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/liboil/liboil.mk b/package/liboil/liboil.mk
index 74eedacb2..3a1c002fe 100644
--- a/package/liboil/liboil.mk
+++ b/package/liboil/liboil.mk
@@ -45,6 +45,10 @@ $(LIBOIL_HOOK_POST_INSTALL):
rm -f $(TARGET_DIR)/usr/bin/oil-bugreport
touch $@
+
+# Disable some examples that will break the build.
+# There are sveral more that can be removed
+# by someone with time over.
$(LIBOIL_HOOK_POST_CONFIGURE):
$(SED) 's/uberopt//g' $(LIBOIL_DIR)/examples/Makefile
$(SED) 's/work//g' $(LIBOIL_DIR)/examples/Makefile