From: Geoff Levand Date: Mon, 24 Aug 2009 20:07:36 +0000 (+0000) Subject: kexec-tools: Add libtool PKG_FIXUP X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9eeaebb7303aa92420d8b5e007c2d42d118cadac;p=librecmc%2Flibrecmc.git kexec-tools: Add libtool PKG_FIXUP libtool is needed to build kexec-tools. Signed-off-by: Geoff Levand SVN-Revision: 17372 --- diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index 53c75b75a6..c4b1379466 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/horms/kexec-tools PKG_MD5SUM:=67c1a396fdf67b984dad939a59a01571 +PKG_FIXUP:=libtool + include $(INCLUDE_DIR)/package.mk define Package/kexec-tools