mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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
1 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@ build_style=gnu-configure
|
||||||
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
configure_args="--with-pic --enable-pcre2-16 --enable-pcre2-32
|
||||||
--enable-pcre2test-libreadline --enable-pcre2grep-libz --enable-pcre2grep-libbz2
|
--enable-pcre2test-libreadline --enable-pcre2grep-libz --enable-pcre2grep-libbz2
|
||||||
--enable-newline-is-anycrlf --enable-jit --enable-static"
|
--enable-newline-is-anycrlf --enable-jit --enable-static"
|
||||||
hostmakedepends="automake libtool"
|
|
||||||
makedepends="zlib-devel bzip2-devel readline-devel"
|
makedepends="zlib-devel bzip2-devel readline-devel"
|
||||||
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
short_desc="Perl Compatible Regular Expressions (2nd version)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -19,10 +18,6 @@ post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
libpcre2_package() {
|
libpcre2_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue