aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/gnu-libiconv/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/gnu-libiconv/APKBUILD b/testing/gnu-libiconv/APKBUILD
index 7c9330d4bff..87525bb2ea0 100644
--- a/testing/gnu-libiconv/APKBUILD
+++ b/testing/gnu-libiconv/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnu-libiconv
pkgver=1.15
-pkgrel=0
+pkgrel=1
pkgdesc="GNU charset conversion library for libc which doesn't implement it"
url="http://www.gnu.org/software/libiconv"
arch="all"
@@ -19,12 +19,12 @@ build() {
--prefix=/usr \
--mandir=/usr/share/man \
--disable-nls \
- --disable-static \
- || return 1
+ --disable-static
+
# work around rpath issue
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
- make || return 1
+ make
}
package() {