diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 11:39:52 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 11:40:21 +0000 |
commit | 03a75153438f6a04fbe36b16930c16bf19b3d9f3 (patch) | |
tree | 9ece254082c62d3c968f8baf9abed0b3929faa22 /main/lzo/APKBUILD | |
parent | 99129c9d73e9720b004c6b2fa7dd322498c93c26 (diff) | |
download | aports-03a75153438f6a04fbe36b16930c16bf19b3d9f3.tar.bz2 aports-03a75153438f6a04fbe36b16930c16bf19b3d9f3.tar.xz |
main/lzo: disable syscall hacks
tests show it's broken. and it's wrong. so disable it.
Diffstat (limited to 'main/lzo/APKBUILD')
-rw-r--r-- | main/lzo/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lzo/APKBUILD b/main/lzo/APKBUILD index abaf49094d..78d195da8f 100644 --- a/main/lzo/APKBUILD +++ b/main/lzo/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=lzo pkgver=2.10 -pkgrel=1 +pkgrel=2 pkgdesc="LZO -- a real-time data compression library" url="http://www.oberhumer.com/opensource/lzo" arch="all" @@ -17,6 +17,7 @@ builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" + CFLAGS="$CFLAGS -DLZO_CFG_NO_SYSCALL=1" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |