mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/lzo to 2.10-2
This commit is contained in:
parent
e774c34e36
commit
9a3dfde961
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Contributor: Low Kian Seong <fastmail_low@speedymail.org>
|
||||
# Maintainer: dorphell <dorphell@archlinux.org>
|
||||
|
||||
|
@ -7,9 +6,9 @@
|
|||
|
||||
pkgname=lzo
|
||||
pkgver=2.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Portable lossless data compression library"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.oberhumer.com/opensource/lzo"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
|
@ -25,7 +24,7 @@ build() {
|
|||
make
|
||||
|
||||
# build minilzo
|
||||
gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
|
||||
gcc $CPPFLAGS $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
|
||||
gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 minilzo/minilzo.o
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue