1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:55:28 +03:00

kexec-tools: Add libtool PKG_FIXUP

libtool is needed to build kexec-tools.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17372 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
geoff 2009-08-24 20:07:36 +00:00
parent 9385085bcc
commit 5236da1813

View File

@ -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