projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avr32: update to latest atmel sources
[openwrt.git]
/
package
/
grub
/
Makefile
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
7dfd142
..
434af2b
100644
(file)
--- 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))
This page took
0.026036 seconds
and
4
git commands to generate.