diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
| commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
| tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/syslinux/Makefile | |
| parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
| parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/syslinux/Makefile')
| -rw-r--r-- | package/syslinux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/syslinux/Makefile b/package/syslinux/Makefile index b7effc013..b84c0b9ad 100644 --- a/package/syslinux/Makefile +++ b/package/syslinux/Makefile @@ -13,18 +13,18 @@ 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_ARCH_DEPENDS:= native 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})) +$(eval $(call PKG_template,SYSLINUX,syslinux,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIG_STYLE:= manual FAKE_FLAGS+= INSTALLROOT=${WRKINST} TARGET_CFLAGS+= -std=c99 -post-install: +syslinux-install: $(INSTALL_DIR) $(IDIR_SYSLINUX)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/syslinux \ $(IDIR_SYSLINUX)/usr/bin |
