diff options
| author | Robert Marko | 2025-05-03 21:56:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-04 18:50:33 +0000 |
| commit | c018a1cd58b1a75a56d35583b6673f571691e810 (patch) | |
| tree | 15d3a8c465d80563ae18a627be79184c2b35237e | |
| parent | e8b470139c78db269f0ac4908662d7aa9c4586ed (diff) | |
| download | openwrt-c018a1cd58b1a75a56d35583b6673f571691e810.tar.gz | |
libiconv-full: drop patch-libtool fixup
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>
| -rw-r--r-- | package/libs/libiconv-full/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/libiconv-full/Makefile b/package/libs/libiconv-full/Makefile index 0c793973a0..edb90b31f6 100644 --- a/package/libs/libiconv-full/Makefile +++ b/package/libs/libiconv-full/Makefile @@ -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 |