diff options
Diffstat (limited to 'testing/lua-crypto')
-rw-r--r-- | testing/lua-crypto/APKBUILD | 7 |
1 files 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 <ncopa@alpinelinux.org> 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() { |