From: Ulf Samuelsson Date: Sun, 25 Jan 2009 23:47:47 +0000 (-0000) Subject: Add explanation why examples are disabled for liboil X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5a4f6247c26fea0c134b6c04f5c0662fa6a3523;p=buildroot.git Add explanation why examples are disabled for liboil --- diff --git a/package/liboil/liboil.mk b/package/liboil/liboil.mk index 74eedacb25..3a1c002fea 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