Skip to content

Commit 7a27407

Browse files
committed
libiconv-full: drop patch-libtool
libiconv 1.17 fails to compile with GCC15 when doing the host build, luckily version 1.18 already contains the fixes required so update to it. Signed-off-by: Robert Marko <robimarko@gmail.com>
1 parent bc5e24c commit 7a27407

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package/libs/libiconv-full/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=libiconv-full
11-
PKG_VERSION:=1.17
11+
PKG_VERSION:=1.18
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=libiconv-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=@GNU/libiconv
16-
PKG_HASH:=8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313
16+
PKG_HASH:=3b08f5f4f9b4eb82f151a7040bfd6fe6c6fb922efe4b1659c66ea933276965e8
1717
PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
1818
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/libiconv-$(PKG_VERSION)
1919

2020
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
2121
PKG_LICENSE:=LGPL-2.1-or-later
2222
PKG_LICENSE_FILES:=COPYING.LIB
2323

24-
PKG_FIXUP:=patch-libtool
2524
PKG_INSTALL:=1
2625
PKG_BUILD_PARALLEL:=1
2726

0 commit comments

Comments
 (0)