aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/preferred-shr-versions.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/distro/include/preferred-shr-versions.inc b/conf/distro/include/preferred-shr-versions.inc
index f505caf0e8..463a3addac 100644
--- a/conf/distro/include/preferred-shr-versions.inc
+++ b/conf/distro/include/preferred-shr-versions.inc
@@ -33,10 +33,12 @@ PREFERRED_VERSION_xserver-nodm-init = "2.0"
PREFERRED_VERSION_gtk+ = "2.20.1"
PREFERRED_VERSION_gtk+-native = "2.20.1"
PREFERRED_VERSION_hal = "0.5.13"
-PREFERRED_VERSION_libtool = "2.2.6b"
-PREFERRED_VERSION_libtool-native = "2.2.6b"
-PREFERRED_VERSION_libtool-cross = "2.2.6b"
-PREFERRED_VERSION_libtool-sdk = "2.2.6b"
+LIBTOOL_HAS_SYSROOT = "yes"
+LIBTOOL_VERSION = "2.4"
+PREFERRED_VERSION_libtool = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-native = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-cross = "${LIBTOOL_VERSION}"
+PREFERRED_VERSION_libtool-sdk = "${LIBTOOL_VERSION}"
PREFERRED_VERSION_udev = "151"
PREFERRED_VERSION_usbutils = "0.86"
PREFERRED_VERSION_wpa-supplicant = "0.6.9"