diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-24 14:04:43 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-24 14:04:43 +0100 |
| commit | 573b06af740b3f1966aa2ea190494d9c87270786 (patch) | |
| tree | d2f5dd29803ad5bbca171bfff9b1ece4ef3d5b3c /package/syslinux/Makefile | |
| parent | 42ed8eb00eba8691994588b7fca5dbd04d92a59c (diff) | |
| parent | 3953de124e87ce3b594fd861b6f111b2df706753 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 4a877426f..b7effc013 100644 --- a/package/syslinux/Makefile +++ b/package/syslinux/Makefile @@ -13,6 +13,7 @@ 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_CFLINE_SYSLINUX:= depends on ADK_NATIVE PKG_HOST_DEPENDS:= !darwin !netbsd !openbsd !cygwin !freebsd include $(TOPDIR)/mk/package.mk @@ -21,6 +22,7 @@ $(eval $(call PKG_template,SYSLINUX,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${ CONFIG_STYLE:= manual FAKE_FLAGS+= INSTALLROOT=${WRKINST} +TARGET_CFLAGS+= -std=c99 post-install: $(INSTALL_DIR) $(IDIR_SYSLINUX)/usr/bin |
