diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-11-08 19:15:50 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-11-09 09:23:54 +0000 |
commit | d47c28465f7d257e657fd53f275b30098de737cb (patch) | |
tree | 4b9efdd786d8efc870374c52d257789968067d72 /main | |
parent | 40d093dae3620ff12d6cde13b23b8cb10007426a (diff) | |
download | aports-d47c28465f7d257e657fd53f275b30098de737cb.tar.bz2 aports-d47c28465f7d257e657fd53f275b30098de737cb.tar.xz |
main/libbsd: fix cross-compiling
Diffstat (limited to 'main')
-rw-r--r-- | main/libbsd/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD index ceaba7ef91..e4993218bc 100644 --- a/main/libbsd/APKBUILD +++ b/main/libbsd/APKBUILD @@ -10,7 +10,8 @@ arch="all" license="BSD" depends="musl>=1.1.16-r22" depends_dev="bsd-compat-headers linux-headers" -makedepends="$depends_dev autoconf automake libtool" +makedepends_build="autoconf automake libtool" +makedepends_host="$depends_dev" subpackages="$pkgname-dev $pkgname-doc" source="https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz 0001-Replace-__BEGIN_DECLS-and-__END_DECLS.patch |