mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-sun4i: drop memset.patch
This commit is contained in:
parent
58e20e7a3f
commit
79ad7937f0
1 changed files with 2 additions and 7 deletions
|
@ -16,18 +16,13 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'bc' 'kmod' 'inetutils')
|
||||
options=('!strip')
|
||||
source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
|
||||
'config'
|
||||
'memset.patch')
|
||||
'config')
|
||||
md5sums=('a40190d501993b35b0022889e2f64902'
|
||||
'907230d720dab07f7e29c541b5ef2d32'
|
||||
'39be2896f0b968d61a19b33da75ce6e0')
|
||||
'907230d720dab07f7e29c541b5ef2d32')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# GCC 4.8 memset patch
|
||||
patch -p1 -i ../memset.patch
|
||||
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# add pkgrel to extraversion
|
||||
|
|
Loading…
Reference in a new issue