mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -8,7 +8,6 @@ IPERF_SOURCE = iperf-$(IPERF_VERSION).tar.gz
|
||||
IPERF_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/iperf
|
||||
|
||||
IPERF_AUTORECONF = NO
|
||||
FETCHMAIL_LIBTOOL_PATCH = NO
|
||||
|
||||
IPERF_INSTALL_STAGING = NO
|
||||
IPERF_INSTALL_TARGET = YES
|
||||
|
||||
Reference in New Issue
Block a user