From: hcg Date: Tue, 4 Nov 2008 07:55:14 +0000 (+0000) Subject: Created conditional download for pre-2.6.27 kernel builds to use strace-4.5.16 and... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=41cf1274bbbe6b78ec80f6771ff5b4c22300f94f;p=packages.git Created conditional download for pre-2.6.27 kernel builds to use strace-4.5.16 and 2.6.27 kernels use strace-4.5.18 - also created a dummy PATCH_DIR on strace-4.5.18 so that the existing patches will not be applied git-svn-id: svn://svn.openwrt.org/openwrt/packages@13119 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/strace/Makefile b/utils/strace/Makefile index 7044ee6f7..e73a25290 100644 --- 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