From 2ff2bf38169b4e8e1be2a41559a66ba5b7a67273 Mon Sep 17 00:00:00 2001 From: Dominik Hassler Date: Fri, 13 Dec 2024 23:15:17 +0000 Subject: [PATCH] pv: fix native build --- build/pv/build.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/build/pv/build.sh b/build/pv/build.sh index dcc92abff..bdd0ee0f2 100755 --- a/build/pv/build.sh +++ b/build/pv/build.sh @@ -42,17 +42,10 @@ CONFIGURE_OPTS=" --disable-nls " -# can be removed once we can drop the configure.ac patch -pre_configure() { - ! cross_arch $1 && return - - run_autoreconf -fi -} - init download_source $PROG $PROG $VER patch_source -prep_build +prep_build autoconf -autoreconf build make_package clean_up