diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua-augeas/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua-augeas/APKBUILD b/testing/lua-augeas/APKBUILD index f451ca797..ff98ac576 100644 --- a/testing/lua-augeas/APKBUILD +++ b/testing/lua-augeas/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-augeas pkgver=0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Lua bindings for Augeas" url="http://git.alpinelinux.org/cgit/lua-augeas/" license="LGPL" @@ -18,7 +18,7 @@ prepare() { build() { cd "$_builddir" - make CFLAGS="${CFLAGS}" || return 1 + make CFLAGS="${CFLAGS} -fPIC" || return 1 } package() { |