Skip to content

Commit

Permalink
pv: fix native build
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Dec 13, 2024
1 parent 2f206a1 commit 2ff2bf3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build/pv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ff2bf3

Please sign in to comment.