diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-05 13:31:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-05 13:37:25 +0000 |
commit | 57982d5d7e7035e550f73d2b688a5004d9b41d98 (patch) | |
tree | 7ab61107d296d25c8feb3090c6f5feee23fbcab6 /testing | |
parent | f7ebd07aefda375e9d79fa7ee8a47ac3fe37a814 (diff) | |
download | aports-57982d5d7e7035e550f73d2b688a5004d9b41d98.tar.bz2 aports-57982d5d7e7035e550f73d2b688a5004d9b41d98.tar.xz |
testing/libasr: minor cleanup
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libasr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libasr/APKBUILD b/testing/libasr/APKBUILD index 4ed39298b0..178f25e688 100644 --- a/testing/libasr/APKBUILD +++ b/testing/libasr/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="mdocml bison openssl-dev automake autoconf libtool" install="" subpackages="$pkgname-dev $pkgname-doc" -source="https://github.com/OpenSMTPD/libasr/archive/libasr-1.0.2.zip +source="https://github.com/OpenSMTPD/libasr/archive/libasr-$pkgver.zip 00-use-openbsd-res_randomid.patch" _builddir=${srcdir}/${pkgname}-${pkgname}-${pkgver} @@ -24,11 +24,11 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + ./bootstrap } build() { cd "$_builddir" - ./bootstrap ./configure --build=$CBUILD \ --host=$CHOST \ --with-pie \ |