libiconv-full: drop patch-libtool fixup
authorRobert Marko <robimarko@gmail.com>
Sat, 3 May 2025 21:56:04 +0000 (23:56 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 4 May 2025 18:50:33 +0000 (20:50 +0200)
It seems that this was required many years ago (It was added in 2012),
probably due to relying on outdated or broken libtool versions, but 1.17
uses libtool 2.4.7.

After trying building both host and target libiconv versions on Fedora and
MacOS I cannot seem to find what patch-libtool is supposed to fixup.

So, I can only presume that it is completely uneeded these days and can
be dropped.

Link: https://github.com/openwrt/openwrt/pull/18698
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/libiconv-full/Makefile

index 0c793973a05f8a3c73dbfa73f9caf937dd945a95..edb90b31f6c63ac72def29fb0b1e61848b943d1e 100644 (file)
@@ -21,7 +21,6 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=LGPL-2.1-or-later
 PKG_LICENSE_FILES:=COPYING.LIB
 
-PKG_FIXUP:=patch-libtool
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1