mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
aur/polarssl to 1.2.3-1
This commit is contained in:
parent
e692576ae8
commit
4a155fb30d
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,20 @@
|
|||
# Maintainer: Mihai Militaru <mihai militaru at xmpp dot ro>
|
||||
|
||||
pkgname=polarssl
|
||||
pkgver=1.1.4
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Portable cryptographic and SSL/TLS library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.polarssl.org/"
|
||||
license=('GPL2')
|
||||
source=(http://www.polarssl.org/code/releases/polarssl-"$pkgver"-gpl.tgz)
|
||||
sha1sums=('3dd10bd1a8f7f58e0ef8c91cfa5ea7efd5d5f4bc')
|
||||
sha1sums=('b47b3db19c4487c5930eaec23dda0dbd24851146')
|
||||
depends=('glibc')
|
||||
|
||||
build() {
|
||||
cd "$pkgname"-"$pkgver"
|
||||
|
||||
sed -i 's^# CFLAGS += -fPIC^CFLAGS += -fPIC^g' library/Makefile
|
||||
sed -i 's^CFLAGS +=^CFLAGS += -fPIC^g' library/Makefile
|
||||
sed -i 's#all: static#all: static shared#g' library/Makefile
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue