projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[hostapd] bump to version 0.6.5
[openwrt.git]
/
package
/
grub
/
Makefile
diff --git
a/package/grub/Makefile
b/package/grub/Makefile
index
7dfd142
..
7e6f352
100644
(file)
--- a/
package/grub/Makefile
+++ b/
package/grub/Makefile
@@
-22,6
+22,8
@@
PKG_TARGETS:=bin
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
+export grub_cv_prog_objcopy_absolute=yes
+
define Package/grub
SECTION:=boot
DEPENDS:=@TARGET_x86
define Package/grub
SECTION:=boot
DEPENDS:=@TARGET_x86
@@
-45,6
+47,7
@@
else
CONFIGURE_FLAGS:=
endif
CONFIGURE_FLAGS:=
endif
+ifneq ($(HOST_OS),Darwin)
define Build/Configure
(cd $(PKG_BUILD_DIR); \
LDFLAGS="-static" \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
LDFLAGS="-static" \
@@
-83,5
+86,6
@@
define Build/InstallDev
install
mv $(STAGING_DIR_HOST)/usr/sbin/grub $(STAGING_DIR_HOST)/bin
endef
install
mv $(STAGING_DIR_HOST)/usr/sbin/grub $(STAGING_DIR_HOST)/bin
endef
+endif
$(eval $(call BuildPackage,grub))
$(eval $(call BuildPackage,grub))
This page took
0.026303 seconds
and
4
git commands to generate.