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
This commit is contained in:
parent
73c9827f48
commit
41cf1274bb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user