projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c931a7b
)
kexec-tools: Add libtool PKG_FIXUP
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:07:36 +0000
(20:07 +0000)
committer
Geoff Levand
<geoffrey.levand@am.sony.com>
Mon, 24 Aug 2009 20:07:36 +0000
(20:07 +0000)
libtool is needed to build kexec-tools.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17372
package/kexec-tools/Makefile
patch
|
blob
|
history
diff --git
a/package/kexec-tools/Makefile
b/package/kexec-tools/Makefile
index 53c75b75a61519b5e57062318de3c76e078b9b19..c4b1379466d05e6912967374267f719a306c5bc5 100644
(file)
--- 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