From 9469617d6b398437602b0d8c32eb5ffb892c3560 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 28 Jun 2018 20:40:47 +0200 Subject: testing/gnu-libiconv: remove "return 1" Later abuild scripts don't require `|| return 1` anymore --- testing/gnu-libiconv/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/gnu-libiconv') 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 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() { -- cgit v1.2.3