summaryrefslogtreecommitdiffstats
path: root/testing/lua-augeas
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-15 13:58:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-15 13:58:09 +0000
commit6f5efbf2c2937d4be39af1046264939f6211ca00 (patch)
tree88a70ff9fe25a2357b1756527f0d51cccc58ed22 /testing/lua-augeas
parent3c793511dcaead8e7d9f8a4da0fd7f7dc9455fed (diff)
downloadaports-6f5efbf2c2937d4be39af1046264939f6211ca00.tar.bz2
aports-6f5efbf2c2937d4be39af1046264939f6211ca00.tar.xz
testing/lua-augeas: build with -fPIC
Diffstat (limited to 'testing/lua-augeas')
-rw-r--r--testing/lua-augeas/APKBUILD4
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() {