Skip to content

Commit

Permalink
update iconv
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Nov 18, 2024
1 parent 73b28c6 commit a0fd399
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions contrib/depends/packages/libiconv.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package=libiconv
$(package)_version=1.15
$(package)_version=1.17
$(package)_download_path=https://ftp.gnu.org/gnu/libiconv
$(package)_file_name=libiconv-$($(package)_version).tar.gz
$(package)_sha256_hash=ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178
$(package)_patches=fix-whitespace.patch
$(package)_sha256_hash=8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313

define $(package)_set_vars
$(package)_config_opts=--disable-nls
Expand All @@ -14,8 +13,7 @@ define $(package)_set_vars
endef

define $(package)_preprocess_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux/ &&\
patch -p1 < $($(package)_patch_dir)/fix-whitespace.patch
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub build-aux/
endef

define $(package)_config_cmds
Expand Down

0 comments on commit a0fd399

Please sign in to comment.