parted: Get rid of references to leaked builtins

This commit is contained in:
Tee KOBAYASHI 2022-03-23 21:36:35 +09:00 committed by xtkoba
parent d5c516cc92
commit 6ffdf41130
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Versatile partition editor"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.4
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/parted/parted-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342
TERMUX_PKG_DEPENDS="libiconv, libuuid, readline"
@ -13,6 +14,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
termux_step_pre_configure() {
CFLAGS+=" -Wno-gnu-designator"
export LIBS="-liconv"
CFLAGS+=" -Wno-gnu-designator"
export LIBS="-liconv"
}