diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:28:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:28:19 +0100 |
commit | fd6e91a86e8d3bff49f1e893ad243d8fc0e324a5 (patch) | |
tree | 883ab0bc8f0864c4b32ca358e5f6ca446d70db76 /package/syslinux/Makefile | |
parent | 1ee30e3c419824f45dc52d67516274548548b574 (diff) |
allow cross-compile under Darwin, fix ppp install targets
Diffstat (limited to 'package/syslinux/Makefile')
-rw-r--r-- | package/syslinux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/syslinux/Makefile b/package/syslinux/Makefile index c5b8de89c..4a877426f 100644 --- a/package/syslinux/Makefile +++ b/package/syslinux/Makefile @@ -13,6 +13,8 @@ PKG_BUILDDEP:= nasm PKG_URL:= http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project PKG_SITES:= http://www.kernel.org/pub/linux/utils/boot/syslinux/ +PKG_HOST_DEPENDS:= !darwin !netbsd !openbsd !cygwin !freebsd + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,SYSLINUX,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |