pcre2: drop automake from hostmakedepends
This breaks a cycle introduced by making less to depend on pcre2.
This commit is contained in:
parent
2b09a94645
commit
a1bc6ad871
|
@ -6,7 +6,6 @@ build_style=gnu-configure
|
|||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||
--enable-pcre2test-libreadline --enable-pcre2grep-libz --enable-pcre2grep-libbz2
|
||||
--enable-newline-is-anycrlf --enable-jit --enable-static"
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="zlib-devel bzip2-devel readline-devel"
|
||||
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
|
@ -19,10 +18,6 @@ post_install() {
|
|||
vlicense LICENCE
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libpcre2_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue