From 4cf91506a9efba7662cdb15440c4d277b6f9f080 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 28 Jun 2008 17:54:44 +0000 Subject: x86: don't attempt to compile grub on darwin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11599 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/grub/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/grub') diff --git a/package/grub/Makefile b/package/grub/Makefile index 7dfd1429d..434af2bc9 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -45,6 +45,7 @@ else CONFIGURE_FLAGS:= endif +ifneq ($(HOST_OS),Darwin) define Build/Configure (cd $(PKG_BUILD_DIR); \ LDFLAGS="-static" \ @@ -83,5 +84,6 @@ define Build/InstallDev install mv $(STAGING_DIR_HOST)/usr/sbin/grub $(STAGING_DIR_HOST)/bin endef +endif $(eval $(call BuildPackage,grub)) -- cgit v1.2.3