mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Bumped zlib to 1.2.5-3, equal to ArchLinux
This commit is contained in:
parent
2cb18b43e4
commit
18243e0769
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
||||
|
||||
# Plugbox changes: Removed the GCC patch (CFLAGS="${CFLAGS/-O2/-O3} -f...)
|
||||
Added --shared to the end of ./configure
|
||||
|
||||
pkgname=zlib
|
||||
pkgver=1.2.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Compression library implementing the deflate compression method found in gzip and PKZIP'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
arch=('arm')
|
||||
license=('custom')
|
||||
url="http://www.zlib.net/"
|
||||
depends=('glibc')
|
||||
|
|
Loading…
Reference in a new issue