Browse Source
parted: force link with libiconv (required for on-device builds)
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
0 deletions
-
packages/parted/build.sh
|
|
@ -14,4 +14,5 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" |
|
|
|
|
|
|
|
termux_step_pre_configure() { |
|
|
|
CFLAGS+=" -Wno-gnu-designator" |
|
|
|
export LIBS="-liconv" |
|
|
|
} |
|
|
|