index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2008-06-28 17:54:44 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2008-06-28 17:54:44 +0000
commit
2b5ce63303d50dc635aa8a7aa0953a546104c549
(
patch
)
tree
9b5dfece6eeb36a0169bab035f005ed18b2bc682
/
package
parent
04453591af91b500fb1d7bcec9720942ad0eca81
(
diff
)
x86: don't attempt to compile grub on darwin
SVN-Revision: 11599
Diffstat
(limited to 'package')
-rw-r--r--
package/grub/Makefile
2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile
index 7dfd1429d2..434af2bc9b 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))