projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a53f9
)
Created conditional download for pre-2.6.27 kernel builds to use strace-4.5.16 and...
author
Hamish Guthrie
<hcg@openwrt.org>
Tue, 4 Nov 2008 07:55:14 +0000
(07:55 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Tue, 4 Nov 2008 07:55:14 +0000
(07:55 +0000)
SVN-Revision: 13119
utils/strace/Makefile
patch
|
blob
|
history
diff --git
a/utils/strace/Makefile
b/utils/strace/Makefile
index 7044ee6f7708514aa8f08a3f9b6c73de766a1a86..e73a25290c318c2ca8de29e01b83d7b55d96c6ad 100644
(file)
--- a/
utils/strace/Makefile
+++ b/
utils/strace/Makefile
@@
-9,12
+9,19
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=strace
-PKG_VERSION:=4.5.18
PKG_RELEASE:=2
+ifneq ($(CONFIG_LINUX_2_6_27),y)
+ PKG_VERSION:=4.5.16
+ PKG_MD5SUM:=77f66d09aa82981bb6d65fa19a2c1ba9
+else
+ PKG_VERSION:=4.5.18
+ PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0
+ PATCH_DIR:=./none
+endif
+
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=e9449fcee97e6a8ed73934c883c870e0
PKG_FIXUP = libtool