From a4338d22e3d68454d07ab8f4ac6f3a38bf90f899 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Dec 2010 15:14:50 +0000 Subject: testing/lua-crypto: build with -fPIC --- testing/lua-crypto/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/lua-crypto/APKBUILD b/testing/lua-crypto/APKBUILD index 9441394be..de5e426a3 100644 --- a/testing/lua-crypto/APKBUILD +++ b/testing/lua-crypto/APKBUILD @@ -1,8 +1,7 @@ -# Contributor: -# Maintainer: +# Maintainer: Natanael Copa pkgname=lua-crypto pkgver=0.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="a Lua frontend to the OpenSSL cryptographic library" url="http://luacrypto.luaforge.net/" arch="x86 x86_64" @@ -16,7 +15,7 @@ source="http://luaforge.net/frs/download.php/1722/luacrypto-0.2.0.tar.gz" _builddir="$srcdir"/luacrypto-$pkgver build() { cd "$_builddir" - make LUA_VERSION_NUM=510 CFLAGS="$CFLAGS" COMPAT_O= + make LUA_VERSION_NUM=510 CFLAGS="$CFLAGS -fPIC" COMPAT_O= } package() { -- cgit v1.2.3